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

Commit

Permalink
Merge pull request #69 from navikt/dekorator-styling
Browse files Browse the repository at this point in the history
Legg inn styling fra gammel dekoratør
  • Loading branch information
heyvard authored May 26, 2020
2 parents 65482a7 + 5d3d329 commit f4398a6
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions styles/_app.less
Original file line number Diff line number Diff line change
@@ -1,7 +1,31 @@
html, body {
height: 100%;
}

body {
background-color: #efefef;
color: #3e3832;
font-family: Arial,sans-serif;
line-height: 1.42857143;
margin: 0;
}

.app {
min-height: 70vh;
}

.vekk {
position: absolute;
left: -3000px;
clip: rect(1px, 1px, 1px, 1px);
padding: 0;
border: 0;
height: 1px;
width: 1px;
overflow: hidden;
z-index: -1000;
}

.ReactModalPortal {
.typo-normal-mixin();
line-height: @line-height-base;
Expand Down

0 comments on commit f4398a6

Please sign in to comment.