File tree Expand file tree Collapse file tree 15 files changed +24
-39
lines changed
design-system-templates/components Expand file tree Collapse file tree 15 files changed +24
-39
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ $teal: #39cccc;
24
24
$aqua : #7fdbff ;
25
25
$blue : #0073d8 ;
26
26
$navy : #001f3f ;
27
- $purple : #920ba6 ;
27
+ $purple : #75336c ;
28
28
$fuchsia : #f012be ;
29
29
$grey : #aaa ;
30
30
$mercury-grey : #e5e5e5 ;
@@ -38,21 +38,17 @@ $red: #e93737;
38
38
$light-red : #ec7070 ;
39
39
$coral : #fc7750 ;
40
40
$light-coral : #fea78d ;
41
- $deep-yellow : #f9c818 ;
42
41
$yellow : #f9dc4a ;
43
42
$deep-green : #0a4343 ;
44
43
$teal-green : #237978 ;
45
44
$aqua : #1bc0d7 ;
46
45
$light-blue : #cbe0fb ;
47
- $sky-blue : #6bc8fe ;
48
- $azure : #0075ff ;
49
46
$w3c-blue : #005a9c ;
50
- $blue : #005797 ;
51
- $deep-blue : #024488 ;
47
+ $deep-blue : #002a56 ;
52
48
$pink : #ddb0c8 ;
53
49
$light-pink : #eeccdc ;
54
50
$storm-gray : #545454 ;
55
- $twiki-gray : #bdbdbd ;
51
+ $twiki-gray : #cac9c9 ;
56
52
$mist-gray : #f8f8fb ;
57
53
58
54
@@ -63,12 +59,12 @@ $border-color: $twiki-gray;
63
59
$input-border-color : $storm-gray ;
64
60
$focus-color : $yellow ;
65
61
66
- $link-color : $blue ;
62
+ $link-color : $w3c- blue ;
67
63
$link-color--visited : $purple ;
68
64
$link-color--hover : $deep-blue ;
69
65
70
66
$success-color : #046704 ;
71
- $info-color : $w3c -blue ;
67
+ $info-color : $deep -blue ;
72
68
$warning-color : #c28605 ;
73
69
$error-color : #a82615 ;
74
70
Original file line number Diff line number Diff line change 39
39
}
40
40
41
41
& .talk {
42
- border-color : $deep-yellow ;
42
+ border-color : $deep-blue ;
43
43
}
44
44
45
45
& .workshop {
Original file line number Diff line number Diff line change 30
30
}
31
31
32
32
.component--evangelists__list {
33
- background-color : $w3c -blue ;
33
+ background-color : $deep -blue ;
34
34
border-radius : rem (6 );
35
35
color : $white ;
36
36
overflow : hidden ;
Original file line number Diff line number Diff line change 4
4
5
5
.logo {
6
6
display : block ;
7
- height : rem (44 );
8
7
position : relative ;
9
- width : rem (66 );
8
+ max-width : rem (80 );
9
+
10
+ > img {
11
+ display : block ;
12
+ width : 100% ;
13
+ }
10
14
11
- @include mq ($bp-tab-large ) {
12
- height : rem (52 );
13
- width : rem (78 );
15
+ @include mq ($bp-lap ){
16
+ max-width : rem (115 );
14
17
}
18
+
15
19
}
16
20
17
21
.logo--member {
Original file line number Diff line number Diff line change 7
7
}
8
8
9
9
#global-nav {
10
- border-bottom : solid 1px $border-color ;
11
10
display : block ;
12
11
padding-bottom : rem (18 );
13
12
padding-top : rem (18 );
24
23
flex-wrap : wrap ;
25
24
26
25
@include mq ($max-width ) {
27
- align-items : flex-end ;
28
26
flex-wrap : nowrap ;
29
27
position : relative ;
30
28
}
Original file line number Diff line number Diff line change 4
4
5
5
.component--quote {
6
6
@include txt-saturn ;
7
- color : $w3c -blue ;
7
+ color : $deep -blue ;
8
8
font-weight : bold ;
9
9
margin-inline-end : 0 ;
10
10
margin-inline-start : rem (10 );
11
11
padding : rem (20 );
12
12
position : relative ;
13
13
14
14
& ::before {
15
- background-color : $w3c -blue ;
15
+ background-color : $deep -blue ;
16
16
border-radius : rem (5 );
17
17
left : rem (-10 );
18
18
width : rem (10 );
Original file line number Diff line number Diff line change 40
40
}
41
41
42
42
& ::before {
43
- background-color : $w3c -blue ;
43
+ background-color : $deep -blue ;
44
44
border-radius : rem (5 );
45
45
content : ' ' ;
46
46
height : 100% ;
Original file line number Diff line number Diff line change 17
17
18
18
// Only apply the border to the top level list
19
19
.toc > ul {
20
- border-inline-start : solid 3px $deep-yellow ;
20
+ border-inline-start : solid 3px $w3c-blue ;
21
21
}
22
22
23
23
.toc ul {
You can’t perform that action at this time.
0 commit comments