aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/Buttons/Buttons.module.scss
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/Buttons/Buttons.module.scss')
-rw-r--r--src/components/Buttons/Buttons.module.scss12
1 files changed, 4 insertions, 8 deletions
diff --git a/src/components/Buttons/Buttons.module.scss b/src/components/Buttons/Buttons.module.scss
index 2a6daca..0ea9289 100644
--- a/src/components/Buttons/Buttons.module.scss
+++ b/src/components/Buttons/Buttons.module.scss
@@ -177,7 +177,7 @@
}
.toolbar {
- --draw-border-thickness: #{fun.convert-px(5)};
+ --draw-border-thickness: #{fun.convert-px(4)};
--icon-size: 100%;
display: flex;
@@ -198,15 +198,11 @@
@extend %draw-borders;
}
- /* @include mix.media("screen") {
+ @include mix.media("screen") {
@include mix.dimensions("md") {
- &:hover,
- &:focus {
- transform: rotate(360deg);
- transition: all 0.8s ease-in-out 0s;
- }
+ border-radius: 8%;
}
- } */
+ }
}
.icon {