From aac44ff2b60a345d91eaa1e4ec172ee67e550169 Mon Sep 17 00:00:00 2001 From: taniaholst Date: Mon, 24 Feb 2025 12:59:07 +0100 Subject: [PATCH] =?UTF-8?q?flyttet=20margins-top=20for=20=C3=A5=20unng?= =?UTF-8?q?=C3=A5=20margins=20n=C3=A5r=20brukertesten=20ikke=20er=20aktiv?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/_common/user-tests/UserTests.module.scss | 2 -- .../user-tests/editor-view/UserTestsEditorView.module.scss | 1 + .../_common/user-tests/variants/UserTestVariant.module.scss | 1 + 3 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/_common/user-tests/UserTests.module.scss b/src/components/_common/user-tests/UserTests.module.scss index bef621c56..21eddf7fb 100644 --- a/src/components/_common/user-tests/UserTests.module.scss +++ b/src/components/_common/user-tests/UserTests.module.scss @@ -1,7 +1,5 @@ .wrapper { width: 100%; - margin-top: var(--a-spacing-10); - & > * { max-width: 600px; width: 100%; diff --git a/src/components/_common/user-tests/editor-view/UserTestsEditorView.module.scss b/src/components/_common/user-tests/editor-view/UserTestsEditorView.module.scss index 3231bfc71..ea22aeb70 100644 --- a/src/components/_common/user-tests/editor-view/UserTestsEditorView.module.scss +++ b/src/components/_common/user-tests/editor-view/UserTestsEditorView.module.scss @@ -7,6 +7,7 @@ } .header { + margin-top: var(--a-spacing-10); border: 2px black solid; border-left-width: 0; border-right-width: 0; diff --git a/src/components/_common/user-tests/variants/UserTestVariant.module.scss b/src/components/_common/user-tests/variants/UserTestVariant.module.scss index 2075e087e..193ed0f6f 100644 --- a/src/components/_common/user-tests/variants/UserTestVariant.module.scss +++ b/src/components/_common/user-tests/variants/UserTestVariant.module.scss @@ -1,6 +1,7 @@ @use 'common' as common; .testVariant { + margin-top: var(--a-spacing-10); padding: var(--a-spacing-6); background-color: var(--a-orange-100); border-radius: common.$border-radius-xlarge;