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

31 lines
467 B
SCSS
Raw Normal View History

2024-11-05 19:02:31 +01:00
@import 'constants';
@import 'colors';
2021-12-15 15:25:02 +01:00
table.mesri {
margin: 2 * $default-padding 0 $default-padding $default-padding;
width: 100%;
caption {
font-weight: bold;
2024-11-05 19:02:31 +01:00
margin-left: -$default-padding;
2021-12-15 15:25:02 +01:00
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;
}
}
}