demarches-normaliennes/app/assets/stylesheets/pole_emploi.scss
2021-12-08 10:36:25 +01:00

30 lines
474 B
SCSS

@import "constants";
@import "colors";
table.pole-emploi {
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;
}
}
}