Skip to content
This repository was archived by the owner on Aug 10, 2020. It is now read-only.

Commit f4398a6

Browse files
authored
Merge pull request #69 from navikt/dekorator-styling
Legg inn styling fra gammel dekoratør
2 parents 65482a7 + 5d3d329 commit f4398a6

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

Diff for: styles/_app.less

+24
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,31 @@
1+
html, body {
2+
height: 100%;
3+
}
4+
5+
body {
6+
background-color: #efefef;
7+
color: #3e3832;
8+
font-family: Arial,sans-serif;
9+
line-height: 1.42857143;
10+
margin: 0;
11+
}
12+
113
.app {
214
min-height: 70vh;
315
}
416

17+
.vekk {
18+
position: absolute;
19+
left: -3000px;
20+
clip: rect(1px, 1px, 1px, 1px);
21+
padding: 0;
22+
border: 0;
23+
height: 1px;
24+
width: 1px;
25+
overflow: hidden;
26+
z-index: -1000;
27+
}
28+
529
.ReactModalPortal {
630
.typo-normal-mixin();
731
line-height: @line-height-base;

0 commit comments

Comments
 (0)