demarches-normaliennes/app/assets/stylesheets/archive.scss

20 lines
263 B
SCSS
Raw Normal View History

2024-11-05 19:02:31 +01:00
@import 'constants';
table.archive-table {
.text-right {
text-align: right;
}
.center {
text-align: center;
}
td {
padding: 3 * $default-spacer $default-spacer;
}
a.button {
background-image: none; // remove DSFR underline
}
}