demarches-normaliennes/app/assets/stylesheets/mesri.scss
2024-11-05 19:02:31 +01:00

30 lines
467 B
SCSS

@import 'constants';
@import 'colors';
table.mesri {
margin: 2 * $default-padding 0 $default-padding $default-padding;
width: 100%;
caption {
font-weight: bold;
margin-left: -$default-padding;
margin-bottom: $default-spacer;
text-align: left;
}
th,
td {
font-weight: normal;
padding: $default-spacer;
}
th.text-right {
text-align: right;
}
&.horizontal {
th {
border-bottom: 1px solid $grey;
}
}
}