-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Legg til 'Mer om sykefraværsstatistikk' panel * Bedre layout på små flater * Endre tekst noen steder * Deploy til dev * Fiks build * Fjerne komponenter som ikke trenger å vises ved loading (viser 'skeleton' i stedet) * Forbedringer ved innhold og tekst på Innloggingsside * Ny design på Innloggingsside: flytte innlogging knapp over ekstern lenke til 'informasjon om tilgangsstyring' * Fjerne ubrukt styling
- Loading branch information
1 parent
de75a3a
commit e424f64
Showing
20 changed files
with
697 additions
and
504 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ on: | |
push: | ||
branches: | ||
- main | ||
- oasis-upgrade | ||
- mer-om-statistikk | ||
paths-ignore: | ||
- "**.md" | ||
- "**/**.md" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,7 +20,7 @@ | |
} | ||
|
||
&__link { | ||
margin-bottom: 2rem; | ||
margin-top: 2rem; | ||
} | ||
|
||
.ikke-innlogget-side { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
.alert { | ||
max-width: 60rem; | ||
max-width: 80rem; | ||
width: 100%; | ||
margin: 0.5rem auto 1.5rem auto; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.