mirror of
https://github.com/ankitects/anki.git
synced 2025-09-20 15:02:21 -04:00
12 lines
170 B
SCSS
12 lines
170 B
SCSS
@use "root-vars";
|
|
@use "sass/button-mixins" as button;
|
|
|
|
label,
|
|
input[type="radio"],
|
|
input[type="checkbox"] {
|
|
cursor: pointer;
|
|
}
|
|
|
|
button {
|
|
@include button.base;
|
|
}
|