aboutsummaryrefslogtreecommitdiff
path: root/src/style.scss
diff options
context:
space:
mode:
Diffstat (limited to 'src/style.scss')
-rw-r--r--src/style.scss6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/style.scss b/src/style.scss
index 4886546d..6f32ef6d 100644
--- a/src/style.scss
+++ b/src/style.scss
@@ -318,14 +318,14 @@ Components
width: 1.25rem;
height: 1.25rem;
position: absolute;
- top: ($btn-form-height - 1.25rem) / 2;
- right: ($btn-form-height - 1.25rem) / 2;
+ top: ($btn-form-height - 1.25rem) * .5;
+ right: ($btn-form-height - 1.25rem) * .5;
stroke-width: 1.75;
}
&.icon-left {
.icon {
- left: ($btn-form-height - 1.25rem) / 2;
+ left: ($btn-form-height - 1.25rem) * .5;
right: auto;
}