5
5
src : url (' ~static/redacted-regular.ttf' );
6
6
}
7
7
8
- $font-family-sans-serif : ' Source Sans Pro' ,
9
- sans-serif ;
10
- $headings-font-family : ' Cousine' ,
11
- monopsace;
8
+ $font-family-sans-serif : ' Inter' , sans-serif ;
9
+ $headings-font-family : $font-family-sans-serif ;
12
10
$headings-font-weight : 700 ;
13
11
14
12
$h3-font-size : 1.25rem ;
15
13
$h4-font-size : 1.25rem ;
16
14
$h5-font-size : 1rem ;
17
15
$h6-font-size : 0.75rem ;
18
16
19
- $theme-colors : (primary : #ffe200 ,
20
- secondary : #274de6 ,
21
- success : #39ad53 ,
22
- info : #000 ,
23
- warning : #ffc107 ,
24
- // $yellow
25
- danger : #e83f6f ,
26
- light : #f4f4f4 ,
27
- lighter : #fafafa ,
28
- dark : #292b2c ,
17
+ $theme-colors : (
18
+ primary : #ffe200 ,
19
+ secondary : #274de6 ,
20
+ success : #39ad53 ,
21
+ info : #000 ,
22
+ warning : #ffc107 ,
23
+ // $yellow
24
+ danger : #e83f6f ,
25
+ light : #f4f4f4 ,
26
+ lighter : #fafafa ,
27
+ dark : #292b2c ,
29
28
) !default ;
30
29
31
30
$link-color : theme-color (' secondary' );
@@ -61,14 +60,16 @@ $navbar-light-color: #000;
61
60
$navbar-light-hover-color : inherit ;
62
61
63
62
$nav-tabs-border-color : $modal-header-border-color ;
64
- $nav-tabs-link-active-border-color : $modal-header-border-color $modal-header-border-color rgba (0 , 0 , 0 , 0 );
65
- $nav-tabs-link-hover-border-color : lighten ($modal-header-border-color , 5% ) lighten ($modal-header-border-color , 5% ) rgba (0 , 0 , 0 , 0 );
63
+ $nav-tabs-link-active-border-color : $modal-header-border-color
64
+ $modal-header-border-color rgba (0 , 0 , 0 , 0 );
65
+ $nav-tabs-link-hover-border-color : lighten ($modal-header-border-color , 5% )
66
+ lighten ($modal-header-border-color , 5% ) rgba (0 , 0 , 0 , 0 );
66
67
$nav-tabs-link-active-color : #000 ;
67
68
$nav-tabs-link-active-bg : theme-color (' primary' );
68
69
$nav-tabs-active-link-hover-bg : theme-color (' primary' );
69
70
70
- $nav-pills-link-active-color : #fff ;
71
- $nav-pills-link-active-bg : theme-color ( ' info ' ) ;
71
+ $nav-pills-link-active-bg : darken ( theme-color ( ' primary ' ), 5 % ) ;
72
+ $nav-pills-link-active-color : #000 ;
72
73
73
74
$list-group-bg : #fff ;
74
75
$list-group-hover-bg : darken ($list-group-bg , 5% );
@@ -80,9 +81,10 @@ $list-group-action-active-bg: darken(theme-color('secondary'), 10%);
80
81
$thumbnail-bg : theme-color (' primary' );
81
82
$thumbnail-border-color : $modal-header-border-color ;
82
83
83
- $container-max-widths : (sm : 540px ,
84
- md : 860px ,
85
- lg : 910px ,
84
+ $container-max-widths : (
85
+ sm : 540px ,
86
+ md : 860px ,
87
+ lg : 910px ,
86
88
);
87
89
88
90
$pagination-active-bg : theme-color (' secondary' );
@@ -143,29 +145,18 @@ $modal-content-box-shadow-xs: $modal-content-box-shadow-sm-up;
143
145
144
146
@import ' bootstrap-vue/src/index.scss' ;
145
147
146
- .logo-text {
147
- font-family : $headings-font-family ;
148
- text-transform : uppercase ;
149
- font-weight : bold ;
150
- font-size : 1.5rem ;
151
- }
152
-
153
148
h1 ,
154
149
h2 ,
155
150
.h1 ,
156
151
.h2 {
157
- text-transform : uppercase ;
152
+ font-weight : 900 ;
158
153
}
159
154
160
- h3 ,
161
- h4 ,
162
- h5 ,
163
- h6 ,
164
- .h3 ,
165
- .h4 ,
166
- .h5 ,
167
- .h6 {
168
- font-family : $font-family-sans-serif ;
155
+ .logo-text {
156
+ font-family : $headings-font-family ;
157
+ text-transform : uppercase ;
158
+ font-weight : bold ;
159
+ font-size : 1.5rem ;
169
160
}
170
161
171
162
input [type = ' color' ] {
@@ -177,22 +168,13 @@ input[type='color'] {
177
168
font-weight : bold ;
178
169
}
179
170
180
- .btn {
181
- font-family : $headings-font-family ;
182
- font-weight : 700 ;
183
- text-transform : uppercase ;
184
- cursor : pointer ;
185
- padding : 0.575rem 1rem 0.425rem 1rem ;
186
- white-space : nowrap ;
187
- }
188
-
189
171
.btn .normal-text {
190
172
font-family : $font-family-sans-serif ;
191
173
font-weight : normal ;
192
174
text-transform : none ;
193
175
}
194
176
195
- .btn-group.captioning-split-button > * {
177
+ .btn-group.captioning-split-button > * {
196
178
border-left : 1px solid rgba (0 , 0 , 0 , 0.2 );
197
179
}
198
180
@@ -229,17 +211,6 @@ input[type='color'] {
229
211
z-index : 15 ;
230
212
}
231
213
232
- .nav-pills {
233
- font-family : $headings-font-family ;
234
- text-transform : uppercase ;
235
- font-weight : bold ;
236
- }
237
-
238
- .nav-link {
239
- /* Adjust for Cousine baseline issue */
240
- padding : 0.65rem 1rem 0.5rem 1rem ;
241
- }
242
-
243
214
.btn-info :focus ,
244
215
.btn-info.focus {
245
216
box-shadow : 0 0 0 3px theme-color (' secondary' );
@@ -312,10 +283,6 @@ a.nav-link.active {
312
283
font-weight : bold ;
313
284
}
314
285
315
- .rgb-label {
316
- font-family : ' Cousine' ;
317
- }
318
-
319
286
.screen-preview .screen {
320
287
max-width : 100% ;
321
288
}
@@ -470,7 +437,7 @@ html.static-site body {
470
437
display : inline-block ;
471
438
}
472
439
473
- .lds-message > div {
440
+ .lds-message > div {
474
441
position : absolute ;
475
442
width : 24px ;
476
443
height : 24px ;
@@ -480,35 +447,35 @@ html.static-site body {
480
447
animation : lds- message 1s cubic-bezier (0.3 , 0 , 0.7 , 1 ) infinite ;
481
448
}
482
449
483
- .lds-message > div :nth-of-type (4 n + 1 ) {
450
+ .lds-message > div :nth-of-type (4 n + 1 ) {
484
451
background : #ffffff ;
485
452
}
486
453
487
- .lds-message > div :nth-of-type (4 n + 2 ) {
454
+ .lds-message > div :nth-of-type (4 n + 2 ) {
488
455
background : #ffffff ;
489
456
}
490
457
491
- .lds-message > div :nth-of-type (4 n + 3 ) {
458
+ .lds-message > div :nth-of-type (4 n + 3 ) {
492
459
background : #ffffff ;
493
460
}
494
461
495
- .lds-message > div :nth-of-type (4 n ) {
462
+ .lds-message > div :nth-of-type (4 n ) {
496
463
background : #ffffff ;
497
464
}
498
465
499
- .lds-message > div :nth-of-type (4 n + 1 ) {
466
+ .lds-message > div :nth-of-type (4 n + 1 ) {
500
467
left : 38px ;
501
468
-webkit-animation-delay : -0.666666666666667s ;
502
469
animation-delay : -0.666666666666667s ;
503
470
}
504
471
505
- .lds-message > div :nth-of-type (4 n + 2 ) {
472
+ .lds-message > div :nth-of-type (4 n + 2 ) {
506
473
left : 88px ;
507
474
-webkit-animation-delay : -0.333333333333333s ;
508
475
animation-delay : -0.333333333333333s ;
509
476
}
510
477
511
- .lds-message > div :nth-of-type (4 n + 3 ) {
478
+ .lds-message > div :nth-of-type (4 n + 3 ) {
512
479
left : 138px ;
513
480
-webkit-animation-delay : 0s ;
514
481
animation-delay : 0s ;
0 commit comments