2021-05-26 17:49:37 +02:00
|
|
|
@import "constants";
|
|
|
|
|
|
|
|
table.archive-table {
|
|
|
|
.text-right {
|
|
|
|
text-align: right;
|
|
|
|
}
|
|
|
|
|
|
|
|
.center {
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
td {
|
|
|
|
padding: 3 * $default-spacer $default-spacer;
|
|
|
|
}
|
2022-10-06 15:10:20 +02:00
|
|
|
|
|
|
|
a.button {
|
|
|
|
background-image: none; // remove DSFR underline
|
|
|
|
}
|
2021-05-26 17:49:37 +02:00
|
|
|
}
|