demarches-normaliennes/app/assets/stylesheets/new_design/common.scss
Mathieu Magnin 3058c4350f Fix design
2018-06-21 15:02:12 +02:00

38 lines
502 B
SCSS

@import "colors";
@import "constants";
@import "mixins";
@import "placeholders";
@import "typography";
body,
input,
textarea,
select {
@extend %new-type;
font-size: 16px;
line-height: 1.42857143;
}
.page-wrapper {
position: relative;
min-height: 100%;
}
h1 {
font-size: 36px;
font-weight: bold;
}
strong {
font-weight: bold;
}
a {
color: $blue;
}
.container {
@include horizontal-padding($default-padding);
max-width: $page-width + 2 * $default-padding;
margin: 0 auto;
}