Anki/qt/aqt/data/web/css/overview.scss
Henrik Giesel 24af5bada3 More uniform file naming
kebap-case for .ts, .scss, .html, and directories
2021-07-01 12:24:16 +02:00

35 lines
486 B
SCSS

/* Copyright: Ankitects Pty Ltd and contributors
* License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html */
@use 'ts/sass/card-counts';
.smallLink {
font-size: 10px;
}
h3 {
margin-bottom: 0;
}
.descfont {
padding: 1em;
color: var(--slightly-grey-text);
}
.description {
white-space: pre-wrap;
}
#fulldesc {
display: none;
}
.descmid {
width: 70%;
margin: 0 auto 0;
text-align: left;
}
.dyn {
text-align: center;
}