mirror of
https://github.com/ankitects/anki.git
synced 2025-09-23 08:22:24 -04:00
Remove hard-coded values from .button
so that dynamic border-radius gets used instead.
This commit is contained in:
parent
3d4cf26758
commit
5c5be91420
1 changed files with 0 additions and 5 deletions
|
@ -36,11 +36,6 @@
|
||||||
);
|
);
|
||||||
box-shadow: 0 0 3px fusion_vars.$button-outline;
|
box-shadow: 0 0 3px fusion_vars.$button-outline;
|
||||||
border: 1px solid fusion_vars.$button-border;
|
border: 1px solid fusion_vars.$button-border;
|
||||||
|
|
||||||
border-radius: 2px;
|
|
||||||
padding: 10px;
|
|
||||||
padding-top: 3px;
|
|
||||||
padding-bottom: 3px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
button:hover {
|
button:hover {
|
||||||
|
|
Loading…
Reference in a new issue