demarches-normaliennes/app/assets/stylesheets/new_design/common.scss
2018-06-19 16:27:53 +02:00

44 lines
593 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;
}
h2 {
font-size: 30px;
margin-bottom: 15px;
border-bottom: 1px solid $border-grey;
}
strong {
font-weight: bold;
}
a {
color: $blue;
}
.container {
@include horizontal-padding($default-padding);
max-width: $page-width + 2 * $default-padding;
margin: 0 auto;
}