Remove hard-coded values from .button

so that dynamic border-radius gets used instead.
This commit is contained in:
Matthias M 2021-05-22 22:29:50 +02:00
parent 3d4cf26758
commit 5c5be91420

View file

@ -36,11 +36,6 @@
);
box-shadow: 0 0 3px fusion_vars.$button-outline;
border: 1px solid fusion_vars.$button-border;
border-radius: 2px;
padding: 10px;
padding-top: 3px;
padding-bottom: 3px;
}
button:hover {