Skip to content

Commit 5c94c24

Browse files
authored
Merge pull request #150 from navikt/include-app-classname
Include .app class
2 parents 7f90b5b + e159c20 commit 5c94c24

File tree

1 file changed

+23
-17
lines changed

1 file changed

+23
-17
lines changed

src/index.less

+23-17
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,3 @@
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';
181
@import '~nav-frontend-typografi-style';
192
@import '~nav-frontend-skjema-style';
203
@import '~nav-frontend-veileder-style';
@@ -36,3 +19,26 @@ body {
3619
@import '~nav-datovelger/lib/styles/datovelger.less';
3720
@import '~nav-datovelger/lib/styles/_dayPicker-overrides.less';
3821
@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';

0 commit comments

Comments
 (0)