From b8bbbcab7dfad9df337231186599725f63a1c2c4 Mon Sep 17 00:00:00 2001 From: Ida Marie Andreassen Date: Mon, 4 Nov 2024 14:08:17 +0100 Subject: [PATCH] Prettier fixes --- .../sections/results/resultBlock.module.css | 76 +++++++++---------- src/styles/global.css | 2 +- 2 files changed, 39 insertions(+), 39 deletions(-) diff --git a/src/components/customerCases/customerCase/sections/results/resultBlock.module.css b/src/components/customerCases/customerCase/sections/results/resultBlock.module.css index 0ce24f381..039e3b20c 100644 --- a/src/components/customerCases/customerCase/sections/results/resultBlock.module.css +++ b/src/components/customerCases/customerCase/sections/results/resultBlock.module.css @@ -1,55 +1,55 @@ .wrapper { - display: flex; - flex-direction: column; - align-items: center; + display: flex; + flex-direction: column; + align-items: center; } .resultblock { - display: flex; - flex-direction: column; - align-items: flex-start; - gap: 2.25rem; - max-width: 960px; - width: 100%; + display: flex; + flex-direction: column; + align-items: flex-start; + gap: 2.25rem; + max-width: 960px; + width: 100%; } .blocktitle { - font-size: 1.5rem; - font-style: normal; - font-weight: 500; - line-height: 120%; + font-size: 1.5rem; + font-style: normal; + font-weight: 500; + line-height: 120%; } .resultrow { - display: flex; - flex-direction: row; - justify-content: space-between; - align-items: flex-start; - align-self: stretch; - text-wrap: wrap; + display: flex; + flex-direction: row; + justify-content: space-between; + align-items: flex-start; + align-self: stretch; + text-wrap: wrap; - @media (max-width: 1024px) { - flex-direction: column; - align-items: center; - } + @media (max-width: 1024px) { + flex-direction: column; + align-items: center; + } } .results { - display: flex; - flex-direction: column; - gap: 1.5rem; - max-width: 20%; - align-items: center; + display: flex; + flex-direction: column; + gap: 1.5rem; + max-width: 20%; + align-items: center; - @media (max-width: 1024px) { - max-width: 100%; - } + @media (max-width: 1024px) { + max-width: 100%; + } } -.mainresult{ - color: var(--blue-dark); - font-size: 3rem; - font-style: normal; - font-weight: 600; - line-height: 120%; -} \ No newline at end of file +.mainresult { + color: var(--blue-dark); + font-size: 3rem; + font-style: normal; + font-weight: 600; + line-height: 120%; +} diff --git a/src/styles/global.css b/src/styles/global.css index 8eea2f120..87a0d0624 100644 --- a/src/styles/global.css +++ b/src/styles/global.css @@ -27,7 +27,7 @@ html { --focus-color: #8b0f40; - --blue-dark: #0014CD; + --blue-dark: #0014cd; /* TODO: upgrade color-scheme with correct colors */ --secondary-red: #f0503f;