demarches-normaliennes/app/assets/stylesheets/new_design/print.scss
2017-10-16 09:33:58 +02:00

25 lines
255 B
SCSS

@import "colors";
@import "fonts";
body {
font-family: "Muli";
}
.subtitle {
margin-top: -20px;
color: $grey;
}
th,
td {
vertical-align: top;
}
th {
text-align: left;
&.header-section {
padding-top: 1.2em;
font-size: 1.2em;
}
}