2019-02-05 04:59:03 +01:00
|
|
|
/* Copyright: Ankitects Pty Ltd and contributors
|
|
|
|
* License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html */
|
|
|
|
|
2020-01-23 06:08:10 +01:00
|
|
|
@use 'card_counts';
|
|
|
|
|
2017-08-10 11:02:32 +02:00
|
|
|
.smallLink {
|
|
|
|
font-size: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
h3 {
|
|
|
|
margin-bottom: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.descfont {
|
|
|
|
padding: 1em;
|
2020-08-27 07:57:24 +02:00
|
|
|
color: var(--slightly-grey-text);
|
2017-08-10 11:02:32 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.description {
|
|
|
|
white-space: pre-wrap;
|
|
|
|
}
|
|
|
|
|
|
|
|
#fulldesc {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.descmid {
|
|
|
|
width: 70%;
|
|
|
|
margin: 0 auto 0;
|
|
|
|
text-align: left;
|
|
|
|
}
|
|
|
|
|
|
|
|
.dyn {
|
|
|
|
text-align: center;
|
|
|
|
}
|