From 7d5c22495ed5369c8f1dbe187c0d423d1185c071 Mon Sep 17 00:00:00 2001 From: Nudesuppe42 Date: Sat, 14 Oct 2023 19:12:50 +0200 Subject: [PATCH] style(src): :art: Prettier --- src/styles/components/Gallery.module.css | 24 ++++++++++++------------ src/styles/globals.css | 4 ++-- 2 files changed, 14 insertions(+), 14 deletions(-) diff --git a/src/styles/components/Gallery.module.css b/src/styles/components/Gallery.module.css index 37f6d3e1..f2d2328c 100644 --- a/src/styles/components/Gallery.module.css +++ b/src/styles/components/Gallery.module.css @@ -1,17 +1,17 @@ .control { - background-color: transparent; - color: var(--mantine-color-white); - opacity: 1; + background-color: transparent; + color: var(--mantine-color-white); + opacity: 1; } .indicator { - z-index: 42; - width: rem(1.5vw); - height: rem(4px); - transition: all 150ms ease; - background:var(--mantine-color-white); + z-index: 42; + width: rem(1.5vw); + height: rem(4px); + transition: all 150ms ease; + background: var(--mantine-color-white); - &[data-active] { - width: rem(4vw); - } -} \ No newline at end of file + &[data-active] { + width: rem(4vw); + } +} diff --git a/src/styles/globals.css b/src/styles/globals.css index 40b626a5..d60decbc 100644 --- a/src/styles/globals.css +++ b/src/styles/globals.css @@ -50,5 +50,5 @@ a { } .fc-dimmed { - color: light-dark(var(--mantine-color-gray-4), var(--mantine-color-dark-3)) -} \ No newline at end of file + color: light-dark(var(--mantine-color-gray-4), var(--mantine-color-dark-3)); +}