Skip to content

Commit 7f547a3

Browse files
authored
Merge pull request #2181 from navikt/kollapse-brukertest-komponent
Kollapse brukertest-komponent når den ikke er i bruk
2 parents 4330158 + 86b8c32 commit 7f547a3

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

src/components/_common/user-tests/UserTests.module.scss

-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
.wrapper {
22
width: 100%;
3-
margin-top: var(--a-spacing-10);
4-
53
& > * {
64
max-width: 600px;
75
width: 100%;

src/components/_common/user-tests/editor-view/UserTestsEditorView.module.scss

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
}
88

99
.header {
10+
margin-top: var(--a-spacing-10);
1011
border: 2px black solid;
1112
border-left-width: 0;
1213
border-right-width: 0;

src/components/_common/user-tests/variants/UserTestVariant.module.scss

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
@use 'common' as common;
22

33
.testVariant {
4+
margin-top: var(--a-spacing-10);
45
padding: var(--a-spacing-6);
56
background-color: var(--a-orange-100);
67
border-radius: common.$border-radius-xlarge;

0 commit comments

Comments
 (0)