Skip to content

Commit

Permalink
style(src): 🎨 Prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
Nudelsuppe42 committed Oct 14, 2023
1 parent 6e56689 commit 7d5c224
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
24 changes: 12 additions & 12 deletions src/styles/components/Gallery.module.css
Original file line number Diff line number Diff line change
@@ -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);
}
}
&[data-active] {
width: rem(4vw);
}
}
4 changes: 2 additions & 2 deletions src/styles/globals.css
Original file line number Diff line number Diff line change
Expand Up @@ -50,5 +50,5 @@ a {
}

.fc-dimmed {
color: light-dark(var(--mantine-color-gray-4), var(--mantine-color-dark-3))
}
color: light-dark(var(--mantine-color-gray-4), var(--mantine-color-dark-3));
}

0 comments on commit 7d5c224

Please sign in to comment.