Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 6664 Rev 6665
Línea 5... Línea 5...
5
	display: flex;
5
	display: flex;
6
	flex-direction: column;
6
	flex-direction: column;
7
	height: fit-content;
7
	height: fit-content;
8
	padding-top: 1rem;
8
	padding-top: 1rem;
9
	padding-bottom: 1rem;
9
	padding-bottom: 1rem;
-
 
10
	padding-right: 0;
-
 
11
	padding-left: 0;
10
}
12
}
Línea 11... Línea 13...
11
 
13
 
12
.my-coach-record-card-container>* {
14
.my-coach-record-card-container>* {
13
	padding-right: 1rem;
15
	padding-right: 1rem;
Línea 38... Línea 40...
38
	display: flex;
40
	display: flex;
39
	flex-wrap: wrap;
41
	flex-wrap: wrap;
40
	gap: 1rem;
42
	gap: 1rem;
41
	justify-content: space-between;
43
	justify-content: space-between;
42
	margin-bottom: .5rem;
44
	margin-bottom: .5rem;
-
 
45
	padding-bottom: .5rem;
-
 
46
	border-bottom: 1px solid var(--border-primary);
43
}
47
}
Línea 44... Línea 48...
44
 
48
 
45
.my-coach-record-card-container .my-coach-record-card-info {
49
.my-coach-record-card-container .my-coach-record-card-info {
46
	align-items: center;
50
	align-items: center;
Línea 77... Línea 81...
77
.my-coach-record-card-container .my-coach-record-card-actions {
81
.my-coach-record-card-container .my-coach-record-card-actions {
78
	display: flex;
82
	display: flex;
79
	align-items: center;
83
	align-items: center;
80
	gap: .5rem;
84
	gap: .5rem;
81
	justify-content: space-around;
85
	justify-content: space-around;
-
 
86
	padding-top: .5rem;
-
 
87
	border-top: 1px solid var(--border-primary);
82
}
88
}
Línea 83... Línea 89...
83
 
89
 
84
.my-coach-record-card-container .my-coach-record-card-actions>* {
90
.my-coach-record-card-container .my-coach-record-card-actions>* {
85
	flex: 1 0 calc(100%/3);
91
	flex: 1 0 calc(100%/3);