-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'fjern_login_context' of https://github.com/navikt/min-s…
…ide-arbeidsgiver into fjern_login_context
- Loading branch information
Showing
5 changed files
with
31 additions
and
28 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
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,14 +1,14 @@ | ||
.informasjon-om-bedrift { | ||
margin: 24px auto; | ||
padding: 2rem; | ||
max-width: 60rem; | ||
width: 100%; | ||
margin: 24px auto; | ||
padding: 2rem; | ||
max-width: 60rem; | ||
width: 100%; | ||
} | ||
|
||
.informasjon-om-bedrift .ny-fane-ikon { | ||
margin-top: 3px; | ||
margin-top: 3px; | ||
} | ||
|
||
.informasjon-om-bedrift hr { | ||
width: 100%; | ||
} | ||
width: 100%; | ||
} |
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
27 changes: 14 additions & 13 deletions
27
src/App/InformasjonOmBedrift/OverordnetEnhet/OverordnetEnhet.css
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,19 +1,20 @@ | ||
|
||
@media (min-width: 768px) { | ||
.overordnet-enhet-info__container { | ||
width: 32rem; | ||
display: flex; | ||
flex-wrap: wrap; | ||
} | ||
.overordnet-enhet-info__container .tekstboks { | ||
width: 16rem; | ||
} | ||
.overordnet-enhet-info__container { | ||
width: 32rem; | ||
display: flex; | ||
flex-wrap: wrap; | ||
} | ||
.overordnet-enhet-info__container .tekstboks { | ||
width: 16rem; | ||
} | ||
} | ||
.overordnet-enhet-info__navn { | ||
display: flex; | ||
align-items: center; | ||
text-transform: uppercase; | ||
gap: 0.5rem; | ||
display: flex; | ||
align-items: center; | ||
text-transform: uppercase; | ||
gap: 0.5rem | ||
} | ||
.overordnet-enhet-info__navn .overordnetenhet-ikon { | ||
margin-right: 0.3rem; | ||
margin-right: 0.3rem; | ||
} |
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,9 +1,9 @@ | ||
.underenhet-info__navn { | ||
display: flex; | ||
align-items: center; | ||
text-transform: uppercase; | ||
gap: 0.5rem; | ||
display: flex; | ||
align-items: center; | ||
text-transform: uppercase; | ||
gap: 0.5rem | ||
} | ||
.underenhet-info__navn .underenhet-ikon { | ||
margin-right: 0.3rem; | ||
margin-right: 0.3rem; | ||
} |