Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 6560 Rev 6569
Línea 25... Línea 25...
25
 
25
 
26
.my-coach-record-card-container>p {
26
.my-coach-record-card-container>p {
27
	color: var(--font-color);
27
	color: var(--font-color);
28
	font-size: 1rem;
28
	font-size: 1rem;
-
 
29
	font-weight: 600;
-
 
30
	text-align: justify;
-
 
31
	text-justify: inter-word
-
 
32
}
-
 
33
 
-
 
34
.my-coach-record-card-container span {
-
 
35
	color: var(--subtitle-color);
-
 
36
	font-weight: 600;
29
	font-weight: 600;
37
	font-size: .9rem;
Línea 30... Línea 38...
30
}
38
}
31
 
39
 
32
.my-coach-record-card-container .my-coach-record-card-details {
40
.my-coach-record-card-container .my-coach-record-card-details {
33
	align-items: center;
41
	align-items: center;
34
	display: flex;
42
	display: flex;
Línea 35... Línea -...
35
	gap: 1rem;
-
 
36
}
-
 
37
 
-
 
38
.my-coach-record-card-container .my-coach-record-card-details span {
-
 
39
	color: var(--subtitle-color);
-
 
40
	font-weight: 600;
-
 
41
	font-size: .9rem;
43
	gap: 1rem;
42
}
44
}
43
 
45
 
44
.my-coach-record-card-container .my-coach-record-card-resume {
46
.my-coach-record-card-container .my-coach-record-card-resume {
45
	align-items: center;
47
	align-items: center;
Línea 71... Línea 73...
71
	align-items: center;
73
	align-items: center;
72
	gap: .5rem
74
	gap: .5rem
73
}
75
}
Línea 74... Línea 76...
74
 
76
 
75
.my-coach-record-card-container .my-coach-record-card-actions>button,
77
.my-coach-record-card-container .my-coach-record-card-actions>button,
76
my-coach-record-card-container .my-coach-record-card-actions>div>button {
78
.my-coach-record-card-container .my-coach-record-card-actions>div>button {
77
	align-items: center;
79
	align-items: center;
78
	display: inline-flex;
80
	display: inline-flex;
79
	justify-content: center;
81
	justify-content: center;
80
	cursor: pointer;
82
	cursor: pointer;
81
	gap: 0.5rem;
83
	gap: 0.5rem;
82
	padding: 10px;
84
	padding: 10px;
Línea 83... Línea 85...
83
}
85
}
84
 
86
 
85
.my-coach-record-card-container .my-coach-record-card-actions>button:hover,
87
.my-coach-record-card-container .my-coach-record-card-actions>button:hover,
86
my-coach-record-card-container .my-coach-record-card-actions>div>button:hover {
88
.my-coach-record-card-container .my-coach-record-card-actions>div>button:hover {
87
	background-color: #f5f5f5;
89
	background-color: #f5f5f5;
Línea 88... Línea 90...
88
	border-radius: 10px;
90
	border-radius: 10px;
89
}
91
}
90
 
92
 
91
.my-coach-record-card-container .my-coach-record-card-actions>* {
93
.my-coach-record-card-container .my-coach-record-card-actions>* {
Línea 92... Línea -...
92
	flex: 1;
-
 
93
	max-width: calc(100% / 3);
-
 
94
}
-
 
95
 
-
 
96
.my-coach-record-card .my-coach-record-card-content {
-
 
97
	margin-left: 5px;
-
 
98
	flex: 80%;
-
 
99
}
-
 
100
 
-
 
101
.my-coach-record-card .my-coach-record-card-content span.question {
-
 
102
 
-
 
103
	font-family: 'Roboto';
-
 
104
	font-style: normal;
-
 
105
	font-weight: 700;
-
 
106
	font-size: 12px;
-
 
107
	line-height: 14px;
-
 
108
	/* identical to box height */
-
 
109
 
-
 
110
	display: flex;
-
 
111
	align-items: center;
-
 
112
 
-
 
113
	color: #9A9A9A;
-
 
114
}
-
 
115
 
-
 
116
.my-coach-record-card .my-coach-record-card-content ul.my-coach-record-card-categories li {
-
 
117
	display: inline;
-
 
118
	background: var(--bg-color-secondary);
-
 
119
	padding: 10px;
-
 
120
	border-radius: 10px;
-
 
121
	margin-right: 5px;
94
	flex: 1;
122
 
95
	max-width: calc(100% / 3);
123
}
96
}
124
 
97
 
125
.my-coach-answers-list {
98
.my-coach-answers-list {
Línea 126... Línea -...
126
	display: flex;
-
 
127
	flex-direction: column;
99
	display: flex;
128
	gap: .5rem;
100
	flex-direction: column;
129
}
101
	gap: .5rem;
130
 
102
}
131
 
103
 
132
@media(max-width: 767px) {
104
@media(max-width: 767px) {
133
	.my-coach-record-card {
105
	.my-coach-record-card-container {
Línea 134... Línea -...
134
		border-radius: 0;
-
 
135
		border-left: 0;
-
 
136
		border-right: 0
-
 
137
	}
-
 
138
}
-
 
139
 
-
 
140
.my-coach-record-card>a {
-
 
141
	width: fit-content
-
 
142
}
-
 
143
 
-
 
144
.my-coach-record-card>a h2 {
-
 
145
	color: var(--title-color);
-
 
146
	font-weight: 800
-
 
147
}
-
 
148
 
-
 
149
.my-coach-record-card>h3 {
-
 
150
	color: var(--subtitle-color);
-
 
151
	font-weight: 400
-
 
152
}
-
 
153
 
-
 
Línea 154... Línea 106...
154
.my-coach-record-card>p {
106
		border-radius: 0;
155
	color: var(--font-color);
107
		border-left: 0;
156
	font-weight: 400;
108
		border-right: 0
157
	text-align: justify;
109
	}