File tree Expand file tree Collapse file tree 10 files changed +34
-72
lines changed Expand file tree Collapse file tree 10 files changed +34
-72
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 393
393
margin-left : 135px ;
394
394
margin-right : 8px ;
395
395
font-size : 0.88em ;
396
+ font-weight : 400 ;
397
+
398
+ .blurb {
399
+ color : $extremely-dark-gray ;
400
+ margin-bottom : 1em ;
401
+ }
396
402
397
403
.accessibility-holder {
398
404
height : 25px ;
637
643
638
644
.widget-info {
639
645
646
+ .blurb {
647
+ color : $light-gray ;
648
+ }
649
+
640
650
.accessibility-holder {
641
651
642
652
.accessibility-indicators {
Original file line number Diff line number Diff line change @@ -7,6 +7,8 @@ $color-green: #c5dd60;
7
7
.page {
8
8
margin : 0 auto 20px ;
9
9
max-width : 950px ;
10
+
11
+ font-weight : 400 ;
10
12
}
11
13
12
14
#breadcrumb-container {
@@ -17,7 +19,7 @@ $color-green: #c5dd60;
17
19
padding : 5px 10px ;
18
20
background : #eee ;
19
21
border-radius : 3px ;
20
- font-size : 12 px ;
22
+ font-size : 14 px ;
21
23
border : 1px solid #ccc ;
22
24
23
25
.breadcrumb {
Original file line number Diff line number Diff line change 280
280
}
281
281
282
282
& .type {
283
+ margin-top : 0.25em ;
283
284
color : #444 ;
284
- font-size : 0.7 em ;
285
- font-size : 11 px ;
285
+ font-size : 0.75 em ;
286
+ font-weight : 400 ;
286
287
}
287
288
288
289
& .score {
Original file line number Diff line number Diff line change 12
12
box-shadow : 0 0 10px #aaa ;
13
13
width : 700px ;
14
14
15
+ font-weight : 400 ;
16
+
15
17
#breadcrumb-container {
16
18
display : inline-block ;
17
19
position : absolute ;
21
23
padding : 5px 10px ;
22
24
background : #eee ;
23
25
border-radius : 3px ;
24
- font-size : 12 px ;
26
+ font-size : 14 px ;
25
27
border : 1px solid #ccc ;
26
28
27
29
.breadcrumb {
416
418
background-color : #ddd ;
417
419
margin : 0 ;
418
420
padding : 10px 10px 7px ;
419
- border-radius : 10 px ;
421
+ border-radius : 3 px ;
420
422
border-bottom : 1px solid #ccc ;
421
423
422
424
.img-holder {
Original file line number Diff line number Diff line change 11
11
box-shadow : 0 0 10px #aaa ;
12
12
width : 720px ;
13
13
14
+ font-weight : 400 ;
14
15
15
16
.page {
16
17
239
240
width : 160px ;
240
241
}
241
242
243
+ input {
244
+ width : 50% ;
245
+ padding : 0.5em ;
246
+ }
247
+
242
248
.radio {
243
249
display : inline-block ;
244
250
// width: 200px;
600
606
601
607
.admin-subsection {
602
608
& .overview {
609
+
610
+ input {
611
+ color : #fff ;
612
+ background : $color-input-box-bg-dark ;
613
+ border : solid 1px $color-input-box-border-dark ;
614
+ }
615
+
603
616
.right-justify {
604
617
.apply-changes {
605
618
.error-text {
Original file line number Diff line number Diff line change 46
46
position : absolute ;
47
47
top : 0 ;
48
48
left : 30px ;
49
- background : #fff url (/ img/materia-logo-default.svg ) no-repeat ;
49
+ background : #fff url (/ img/materia-logo-default-lightmode .svg ) no-repeat ;
50
50
background-size : 80px auto ;
51
51
background-position : top 8px left 18px ;
52
52
}
You can’t perform that action at this time.
0 commit comments