mirror of
https://github.com/ankitects/anki.git
synced 2025-11-06 12:47:11 -05:00
15 lines
No EOL
379 B
SCSS
15 lines
No EOL
379 B
SCSS
/* Copyright: Ankitects Pty Ltd and contributors
|
|
* License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html */
|
|
|
|
@use "../../../../qt/aqt/data/web/css/reviewer-bottom.scss";
|
|
@use "../../../../qt/aqt/data/web/css/toolbar.scss";
|
|
@use "../../../lib/sass/buttons";
|
|
|
|
html body {
|
|
font-size: 12px;
|
|
height: 72px;
|
|
|
|
button {
|
|
min-width: 80px;
|
|
}
|
|
} |