Skip to content
This repository has been archived by the owner on Jun 7, 2024. It is now read-only.

Commit

Permalink
Fjernet overflødig style
Browse files Browse the repository at this point in the history
  • Loading branch information
robertkittilsen committed Oct 19, 2023
1 parent dda7c5d commit 7a8fff1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 8 deletions.
9 changes: 2 additions & 7 deletions src/innhold/innhold.module.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
@import "@navikt/ds-tokens";

.rad {
width: 100%;
padding: 1rem 0;
Expand Down Expand Up @@ -27,20 +29,13 @@
max-width: 633px;
}

/*TODO: gå gjennom design tokens*/
.tabsContainer {
border-radius: var(--a-border-radius-large);
background-color: var(--a-surface-default);
box-shadow: var(--a-shadow-xsmall);
margin: 0;
}

.tabsPanel {
background-color: var(--a-surface-default)!important;
border-radius: var(--a-border-radius-large)!important;
border: none!important;
}

.header {
color: #262626;
width: 100%;
Expand Down
2 changes: 1 addition & 1 deletion src/tabs/aia-tabs.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ const YtelseTab = () => {

const MeldekortTab = () => {
return (
<Tabs.Panel value="meldekort" className={styles.tabsPanel}>
<Tabs.Panel value="meldekort">
<Meldekort />
</Tabs.Panel>
);
Expand Down

0 comments on commit 7a8fff1

Please sign in to comment.