demarches-normaliennes/app/assets/stylesheets/new_design/table.scss

29 lines
356 B
SCSS
Raw Normal View History

2017-07-11 16:50:29 +02:00
@import "colors";
2017-07-06 16:25:51 +02:00
@import "constants";
@import "mixins";
.table {
width: 100%;
font-size: 14px;
line-height: 22px;
th,
td {
@include vertical-padding($default-spacer)
}
th {
text-align: left;
2017-07-11 16:50:29 +02:00
&.header-section {
color: $blue;
font-weight: bold;
font-size: 20px;
}
2017-07-06 16:25:51 +02:00
}
td {
font-weight: bold;
}
}