File tree Expand file tree Collapse file tree 2 files changed +21
-23
lines changed Expand file tree Collapse file tree 2 files changed +21
-23
lines changed Original file line number Diff line number Diff line change 1
1
@use ' variables/variables' as * ;
2
2
@use ' globals' as * ;
3
3
4
- html {
5
- font-size : 100% ;
6
- }
7
-
8
- body {
9
- position : relative ;
10
- margin : 0 ;
11
- padding : 0 ;
12
- width : 100% ;
13
- height : 100% ;
14
- background-color : $theme-color__offWhite ;
15
- }
16
-
17
- ul {
18
- list-style-type : none ;
19
- margin : 0 ;
20
- padding : 0 ;
21
- }
22
-
23
4
.application {
24
5
position : relative ;
25
6
width : 100% ;
29
10
background-color : $theme-color__offWhite ;
30
11
z-index : 1 ;
31
12
32
- // .application__header {
33
- // }
34
-
35
13
.application__main-content {
36
14
min-width : $min-width__main-content ;
37
15
}
Original file line number Diff line number Diff line change 2
2
@use ' object-patterns/object-patterns' ;
3
3
@use ' pages/pages' ;
4
4
@use ' typography/typography' ;
5
- @use ' utilities/utilities' ;
5
+ @use ' utilities/utilities' ;
6
+ @use ' variables/variables' as * ;
7
+
8
+ html {
9
+ font-size : 100% ;
10
+ }
11
+
12
+ body {
13
+ position : relative ;
14
+ margin : 0 ;
15
+ padding : 0 ;
16
+ width : 100% ;
17
+ height : 100% ;
18
+ background-color : $theme-color__offWhite ;
19
+ }
20
+
21
+ ul {
22
+ list-style-type : none ;
23
+ margin : 0 ;
24
+ padding : 0 ;
25
+ }
You can’t perform that action at this time.
0 commit comments