mirror of https://gitlab.com/tildes/tildes.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
450 B
25 lines
450 B
// Copyright (c) 2019 Tildes contributors <code@tildes.net>
|
|
// SPDX-License-Identifier: AGPL-3.0-or-later
|
|
|
|
.table td {
|
|
border-bottom-color: var(--border-color);
|
|
}
|
|
|
|
.table th {
|
|
border-bottom-color: var(--foreground-highlight-color);
|
|
}
|
|
|
|
.table-financials {
|
|
max-width: $paragraph-max-width;
|
|
margin-top: 1rem;
|
|
margin-bottom: 2rem;
|
|
|
|
.td-money {
|
|
text-align: right;
|
|
white-space: nowrap;
|
|
}
|
|
|
|
.tr-summary {
|
|
font-weight: bold;
|
|
}
|
|
}
|