File tree Expand file tree Collapse file tree 13 files changed +18
-18
lines changed
privacy/consent-management Expand file tree Collapse file tree 13 files changed +18
-18
lines changed Original file line number Diff line number Diff line change 13
13
& __heading {
14
14
padding-right : 20px ;
15
15
font-size : 16px ;
16
- font-weight : 600 ;
16
+ font-weight : 500 ;
17
17
color : color (gray-800 );
18
18
line-height : 1.71 ;
19
19
position : relative ;
38
38
display : inline-block ;
39
39
margin-top : 7px ;
40
40
font-size : 14px ;
41
- font-weight : 600 ;
41
+ font-weight : 500 ;
42
42
text-decoration : underline ;
43
43
}
44
44
Original file line number Diff line number Diff line change 1
1
.button {
2
2
font-size : 12px ;
3
- font-weight : 600 ;
3
+ font-weight : 500 ;
4
4
line-height : 1.5 ;
5
5
text-align : center ;
6
6
padding : 8px 12px ;
Original file line number Diff line number Diff line change 26
26
color : color (gray-700 );
27
27
font-size : 12px ;
28
28
line-height : 16px ;
29
- font-weight : 600 ;
29
+ font-weight : 500 ;
30
30
31
31
& :hover {
32
32
color : color (primary );
Original file line number Diff line number Diff line change 1
1
.destination-menu {
2
2
& __title {
3
- font-weight : 600 ;
3
+ font-weight : 500 ;
4
4
padding-bottom : 10px ;
5
5
font-size : 14px ;
6
6
}
Original file line number Diff line number Diff line change 9
9
height : 40px ;
10
10
border-radius : 50% ;
11
11
background-color : color (primary-lighter );
12
- font-weight : 600 ;
12
+ font-weight : 500 ;
13
13
color : color (primary );
14
14
}
15
15
Original file line number Diff line number Diff line change 183
183
& ::before {
184
184
content : counter (list-items ) " . " ;
185
185
color : color (primary );
186
- font-weight : 600 ;
186
+ font-weight : 500 ;
187
187
transform : translate (-23px , 0 );
188
188
}
189
189
}
227
227
228
228
th {
229
229
color : color (gray-700 );
230
- font-weight : 600 ;
230
+ font-weight : 500 ;
231
231
padding : 12px ;
232
232
233
233
@include breakpoint (medium up ) {
240
240
}
241
241
th > code {
242
242
color : #696f8c ;
243
- font-weight : 600 ;
243
+ font-weight : 500 ;
244
244
font-size : 10px ;
245
245
background-color : inherit ;
246
246
}
@@ -392,7 +392,7 @@ tr.show {
392
392
padding : 0px 6px ;
393
393
border-radius : 4px ;
394
394
height : 16px ;
395
- font-weight : 600 ;
395
+ font-weight : 500 ;
396
396
text-transform : uppercase ;
397
397
color : rgb (71 , 77 , 102 );
398
398
opacity : 0.65 ;
Original file line number Diff line number Diff line change 14
14
}
15
15
16
16
& __title {
17
- font-weight : 600 ;
17
+ font-weight : 500 ;
18
18
}
19
19
20
20
& __list {
Original file line number Diff line number Diff line change 14
14
background-color :#E7E4F9 ;
15
15
color : #6E62B6 ;
16
16
text-transform : uppercase ;
17
- font-weight : 600 ;
17
+ font-weight : 500 ;
18
18
padding : 0px 6px ;
19
19
border-radius : 4px
20
20
35
35
margin-top : 12px ;
36
36
th {
37
37
font-size : 14px ;
38
- font-weight : 600 ;
38
+ font-weight : 500 ;
39
39
padding : 5px 13px ;
40
40
background-color : #F4F6FA ;
41
41
text-transform : none ;
Original file line number Diff line number Diff line change 56
56
border-radius : 4px ;
57
57
font-size : 11px ;
58
58
line-height : 16px ;
59
- font-weight : 600 ;
59
+ font-weight : 500 ;
60
60
text-transform : uppercase ;
61
61
letter-spacing : 0.2px ;
62
62
color : #6E62B6 ;
Original file line number Diff line number Diff line change 12
12
13
13
a {
14
14
text-decoration : underline ;
15
- font-weight : 600 ;
15
+ font-weight : 500 ;
16
16
}
17
17
}
18
18
You can’t perform that action at this time.
0 commit comments