File tree 1 file changed +23
-17
lines changed
1 file changed +23
-17
lines changed Original file line number Diff line number Diff line change 1
- * {
2
- box-sizing : border-box ;
3
- }
4
-
5
- body {
6
- margin : 0 ;
7
- padding : 0 ;
8
- font-family : sans-serif ;
9
- }
10
-
11
- #app {
12
- min-width : 320px ;
13
- }
14
-
15
- @import ' ./App.less' ;
16
-
17
- @import (reference ) ' ~nav-frontend-typografi-style/src/index.less' ;
18
1
@import ' ~nav-frontend-typografi-style' ;
19
2
@import ' ~nav-frontend-skjema-style' ;
20
3
@import ' ~nav-frontend-veileder-style' ;
@@ -36,3 +19,26 @@ body {
36
19
@import ' ~nav-datovelger/lib/styles/datovelger.less' ;
37
20
@import ' ~nav-datovelger/lib/styles/_dayPicker-overrides.less' ;
38
21
@import ' ~nav-datovelger/lib/styles/_mixins.less' ;
22
+
23
+ * {
24
+ box-sizing : border-box ;
25
+ }
26
+
27
+ body {
28
+ margin : 0 ;
29
+ padding : 0 ;
30
+ font-family : sans-serif ;
31
+ }
32
+
33
+ .app {
34
+ .typo-normal-mixin ();
35
+ color : @navMorkGra ;
36
+ font-family : @font-family ;
37
+ line-height : @line-height-base ;
38
+ }
39
+
40
+ #app {
41
+ min-width : 320px ;
42
+ }
43
+
44
+ @import ' ./App.less' ;
You can’t perform that action at this time.
0 commit comments