Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

Rev 6552 | Rev 6554 | Ir a la última revisión | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 6552 Rev 6553
Línea 10... Línea 10...
10
	flex-direction: column;
10
	flex-direction: column;
11
	gap: .5rem;
11
	gap: .5rem;
12
	height: 100%
12
	height: 100%
13
}
13
}
Línea 14... Línea 14...
14
 
14
 
-
 
15
.my-coach-record-card-container {
-
 
16
	background: var(--bg-color);
-
 
17
	border: 1px solid var(--border-primary);
-
 
18
	border-radius: var(--border-radius);
-
 
19
	height: fit-content;
-
 
20
	box-shadow: var(--light-shadow);
-
 
21
	width: 100%;
15
.my-coach-record-card .my-coach-record-card-container {
22
	padding: 1rem;
16
	display: flex;
23
	display: flex;
-
 
24
	flex-direction: column;
-
 
25
	gap: .5rem;
17
	flex-direction: row;
26
	height: 100%
Línea 18... Línea 27...
18
}
27
}
19
 
28
 
20
.my-coach-record-card .my-coach-record-card-resume {
29
.my-coach-record-card .my-coach-record-card-resume {
Línea 48... Línea 57...
48
	border-radius: 10px;
57
	border-radius: 10px;
49
	margin-right: 5px;
58
	margin-right: 5px;
Línea 50... Línea 59...
50
 
59
 
Línea -... Línea 60...
-
 
60
}
-
 
61
 
-
 
62
.my-coach-answers-list {
-
 
63
	display: flex;
-
 
64
	flex-direction: column;
-
 
65
	gap: .5rem;
Línea 51... Línea 66...
51
}
66
}
52
 
67
 
53
 
68
 
54
@media(max-width: 767px) {
69
@media(max-width: 767px) {