Skip to content

Commit

Permalink
Fjerne ubrukt styling
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasdufourd committed Dec 3, 2024
1 parent 518726d commit 2c5cdb8
Showing 1 changed file with 6 additions and 44 deletions.
50 changes: 6 additions & 44 deletions src/sykefravarsstatistikk/Forside/Forside.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,6 @@

}

.forside__mer_om_statistikk {
display: none;
}

.forside__innhold {
padding: 2rem 1.5rem;
width: 100%;
Expand Down Expand Up @@ -91,8 +87,12 @@
min-height: 20rem;
}


@media print, (min-width: 768px) {
.forside__innhold__header {
display: flex;
flex-direction: row;
}

.forside__innhold {
padding: 2rem 5rem;
}
Expand Down Expand Up @@ -124,42 +124,4 @@
display: block;
padding-bottom: 1rem;
}
.forside__mer_om_statistikk {
display: none;
}
}

.lenkepanelWrapper {
display: grid;
gap: 1rem;
grid-template-columns: repeat(1, 1fr);
margin: 1rem 0 1rem 0;

}

@media (min-width: 768px) {
.forside__innhold__header {
display: flex;
flex-direction: row;
}

.forside__mer_om_statistikk {
display: flex;
flex-direction: column;
align-items: flex-start;
margin-bottom: 0;
min-height: 20rem;
height: fit-content;
width: 42rem;
background: white;
padding: 1.5rem 1rem 1rem;
margin-left: 2rem;
border: 1px solid var(--a-border-default);
border-radius: var(--a-border-radius-small);
}


.lenkepanelWrapper {
grid-template-columns: repeat(2, 1fr);
}
}
}

0 comments on commit 2c5cdb8

Please sign in to comment.