File tree Expand file tree Collapse file tree 8 files changed +29
-29
lines changed Expand file tree Collapse file tree 8 files changed +29
-29
lines changed Original file line number Diff line number Diff line change 166
166
width : 1.2rem ;
167
167
height : 1.2em ;
168
168
margin-left : 0.5rem ;
169
- content : ' ' ;
170
- background : url (' ../img/menu-down.svg' ) no-repeat 20% ;
169
+ content : " " ;
170
+ background : url (" ../img/menu-down.svg" ) no-repeat 20% ;
171
171
background-size : 1.2rem ;
172
172
transition : transform 600ms ease ;
173
173
174
174
.open & {
175
175
transform : rotateX (180deg );
176
176
}
177
177
178
- [dir = ' rtl' ] & {
178
+ [dir = " rtl" ] & {
179
179
float : left ;
180
180
margin-right : 0.5rem ;
181
181
margin-left : 0 ;
Original file line number Diff line number Diff line change 1
- @use ' sass:math' ;
1
+ @use " sass:math" ;
2
2
3
3
.intro {
4
4
margin : 0 math .div ($grid-gutter , -2 ) (2 * $grid-gutter );
5
5
6
- [class *= ' g-col-' ] {
6
+ [class *= " g-col-" ] {
7
7
padding : 0 math .div ($grid-gutter , 2 );
8
8
}
9
9
}
Original file line number Diff line number Diff line change 1
- @use ' sass:math' ;
1
+ @use " sass:math" ;
2
2
3
3
* ,
4
4
* ::before ,
13
13
body {
14
14
padding : 0 ;
15
15
margin : 0 ;
16
- font-family : ' Open Sans' , sans-serif ;
16
+ font-family : " Open Sans" , sans-serif ;
17
17
font-size : 16px ;
18
18
font-weight : $font-weight-regular ;
19
19
line-height : 1.5 ;
Original file line number Diff line number Diff line change 1
- @use ' sass:color' ;
1
+ @use " sass:color" ;
2
2
3
3
.synopsis {
4
4
width : 100% ;
93
93
94
94
.page-footer .pipe-nav li + li ::before {
95
95
padding : 0 0.5em ;
96
- content : ' | ' ;
96
+ content : " | " ;
97
97
}
98
98
99
99
.page-footer .grid-container {
Original file line number Diff line number Diff line change 10
10
.page-menu {
11
11
margin-left : $spacing ;
12
12
13
- [dir = ' rtl' ] & {
13
+ [dir = " rtl" ] & {
14
14
margin-right : $spacing ;
15
15
margin-left : 0 ;
16
16
}
24
24
margin-left : $spacing ;
25
25
font-size : 1.1em ;
26
26
27
- [dir = ' rtl' ] & {
27
+ [dir = " rtl" ] & {
28
28
margin-right : $spacing ;
29
29
margin-left : 0 ;
30
30
}
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ $svg-height: 24;
2
2
$trans-timing : 600ms ;
3
3
4
4
@mixin svg-menu-icon ($color : currentColor , $height : $svg-height ) {
5
- background : url (' ../img/menu.svg' ) no-repeat 50% ;
5
+ background : url (" ../img/menu.svg" ) no-repeat 50% ;
6
6
}
7
7
8
8
@mixin rotate-submenu-toggle () {
@@ -68,8 +68,8 @@ $trans-timing: 600ms;
68
68
display : block ;
69
69
width : 1.5rem ;
70
70
height : 1.5rem ;
71
- content : ' ' ;
72
- background : url (' ../img/menu-down.svg' ) no-repeat 50% ;
71
+ content : " " ;
72
+ background : url (" ../img/menu-down.svg" ) no-repeat 50% ;
73
73
background-size : 1.5rem ;
74
74
transition : transform $trans-timing ease ;
75
75
}
@@ -101,7 +101,7 @@ $trans-timing: 600ms;
101
101
border-bottom : 1px solid $color-spacer ;
102
102
transition : max-height $trans-timing ease ;
103
103
104
- [dir = ' rtl' ] & {
104
+ [dir = " rtl" ] & {
105
105
padding : ($svg-height + $mobile-mt ) 0 10px 20px ;
106
106
}
107
107
@@ -131,7 +131,7 @@ $trans-timing: 600ms;
131
131
display : block ;
132
132
width : 1.5rem ;
133
133
height : 1.5rem ;
134
- content : ' ' ;
134
+ content : " " ;
135
135
background-size : 1.5rem ;
136
136
}
137
137
}
Original file line number Diff line number Diff line change 4
4
left : 0 ;
5
5
width : 100% ;
6
6
7
- input [type = ' checkbox' ] + label {
7
+ input [type = " checkbox" ] + label {
8
8
position : absolute ;
9
9
transition :
10
10
opacity 0.3s ease-in-out ,
11
11
transform 0.6s ease-in-out ;
12
12
will-change : opacity , transform ;
13
13
}
14
14
15
- input [type = ' checkbox' ]:checked + label {
15
+ input [type = " checkbox" ]:checked + label {
16
16
opacity : 0 ;
17
17
transform : translateY (100% );
18
18
}
Original file line number Diff line number Diff line change 1
- @import ' variables' ;
2
- @import ' a11y' ;
3
- @import ' content' ;
4
- @import ' featurelist' ;
5
- @import ' grid' ;
6
- @import ' layout' ;
7
- @import ' logo-box' ;
8
- @import ' page-header' ;
9
- @import ' page-footer' ;
10
- @import ' page-menu' ;
11
- @import ' utils' ;
1
+ @import " variables" ;
2
+ @import " a11y" ;
3
+ @import " content" ;
4
+ @import " featurelist" ;
5
+ @import " grid" ;
6
+ @import " layout" ;
7
+ @import " logo-box" ;
8
+ @import " page-header" ;
9
+ @import " page-footer" ;
10
+ @import " page-menu" ;
11
+ @import " utils" ;
You can’t perform that action at this time.
0 commit comments