Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 6555 Rev 6556
Línea 33... Línea 33...
33
	color: var(--subtitle-color);
33
	color: var(--subtitle-color);
34
	font-weight: 600;
34
	font-weight: 600;
35
	font-size: .9rem;
35
	font-size: .9rem;
36
}
36
}
Línea 37... Línea 37...
37
 
37
 
-
 
38
.my-coach-record-card-container .my-coach-record-card-resume {
-
 
39
	align-self: end;
-
 
40
	align-items: center;
-
 
41
	background: var(--chat-send);
-
 
42
	border-radius: var(--border-radius);
-
 
43
	color: var(--font-color);
-
 
44
	display: inline-flex;
-
 
45
	font-weight: 600;
-
 
46
	gap: 0.5rem;
-
 
47
	padding: 0.5rem;
-
 
48
	width: fit-content;
-
 
49
}
-
 
50
 
-
 
51
.my-coach-record-card-container .my-coach-record-card-resume img {
-
 
52
	border-radius: 50%;
-
 
53
	height: 40px;
-
 
54
	width: 40px;
-
 
55
}
-
 
56
 
-
 
57
.my-coach-record-card-container .my-coach-record-card-resume p {
-
 
58
	color: var(--font-color);
-
 
59
	font-size: .9rem;
-
 
60
	font-weight: 600;
-
 
61
}
-
 
62
 
-
 
63
.my-coach-record-card-container .my-coach-record-card-actions {
-
 
64
	display: flex;
-
 
65
	align-items: center;
-
 
66
	gap: .5rem
-
 
67
}
-
 
68
 
38
.my-coach-record-card .my-coach-record-card-resume {
69
.my-coach-record-card-container .my-coach-record-card-actions>* {
-
 
70
	flex: 1;
39
	flex: 20%;
71
	max-width: calc(100% / 3);
Línea 40... Línea 72...
40
}
72
}
41
 
73
 
42
.my-coach-record-card .my-coach-record-card-content {
74
.my-coach-record-card .my-coach-record-card-content {
Línea 102... Línea 134...
102
	font-weight: 400;
134
	font-weight: 400;
103
	text-align: justify;
135
	text-align: justify;
104
	text-justify: inter-word
136
	text-justify: inter-word
105
}
137
}
Línea 106... Línea -...
106
 
-
 
107
.my-coach-record-card .my-coach-record-card-actions {
-
 
108
	display: flex;
-
 
109
	align-items: center;
-
 
110
	gap: .5rem
-
 
111
}
-
 
112
 
-
 
113
.my-coach-record-card .my-coach-record-card-actions>* {
-
 
114
	flex: 1;
-
 
115
	max-width: 33.3333333333%
-
 
116
}
-
 
117
 
138
 
118
.my-coach-record-card .reaction-btn {
139
.my-coach-record-card .reaction-btn {
119
	align-items: center;
140
	align-items: center;
120
	border-radius: 10px;
141
	border-radius: 10px;
121
	display: inline-flex;
142
	display: inline-flex;