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.scss9
1 files changed, 6 insertions, 3 deletions
diff --git a/src/components/Buttons/Buttons.module.scss b/src/components/Buttons/Buttons.module.scss
index a043649..fb93d5a 100644
--- a/src/components/Buttons/Buttons.module.scss
+++ b/src/components/Buttons/Buttons.module.scss
@@ -82,10 +82,10 @@
}
.search {
- display: flex;
- place-content: center;
+ display: block;
width: var(--btn-size);
height: var(--btn-size);
+ padding: 0;
background: none;
border: none;
font-size: var(--font-size-md);
@@ -103,7 +103,10 @@
.front,
.back {
- display: block;
+ display: flex;
+ place-content: center;
+ width: var(--btn-size);
+ height: var(--btn-size);
position: absolute;
top: 0;
right: 0;