aboutsummaryrefslogtreecommitdiff
path: root/src/styles/girls.scss
diff options
context:
space:
mode:
authorFuwn <[email protected]>2024-10-09 00:41:20 -0700
committerFuwn <[email protected]>2024-10-09 00:41:43 -0700
commit998b63a35256ac985a5a2714dd1ca451af4dfd8a (patch)
tree50796121a9d5ab0330fdc5d7e098bda2860d9726 /src/styles/girls.scss
parentfeat(graphql): add badgeCount field (diff)
downloaddue.moe-998b63a35256ac985a5a2714dd1ca451af4dfd8a.tar.xz
due.moe-998b63a35256ac985a5a2714dd1ca451af4dfd8a.zip
chore(prettier): use spaces instead of tabs
Diffstat (limited to 'src/styles/girls.scss')
-rw-r--r--src/styles/girls.scss34
1 files changed, 17 insertions, 17 deletions
diff --git a/src/styles/girls.scss b/src/styles/girls.scss
index c922bc2b..99bfc557 100644
--- a/src/styles/girls.scss
+++ b/src/styles/girls.scss
@@ -1,23 +1,23 @@
.preview {
- $transition: transform 0.3s ease;
+ $transition: transform 0.3s ease;
- margin: 0.15rem;
+ margin: 0.15rem;
- img {
- border-radius: 8px;
- transition: $transition;
- }
+ img {
+ border-radius: 8px;
+ transition: $transition;
+ }
- &:hover {
- img {
- position: relative;
- z-index: 2;
- transition: $transition;
- transform: scale(1.05);
- }
- }
+ &:hover {
+ img {
+ position: relative;
+ z-index: 2;
+ transition: $transition;
+ transform: scale(1.05);
+ }
+ }
- display: flex;
- justify-content: center;
- align-items: center;
+ display: flex;
+ justify-content: center;
+ align-items: center;
}