demarches-normaliennes/app/assets/stylesheets/new_design/_constants.scss
Pierre de La Morinerie ce2df5cd25 stylesheet: refactor the two-columns layout with adaptative margins
This allow to break to the single-column layout later, and thus to
display the two-columns variant of the layout on narrower screens.
2019-03-19 14:19:25 +01:00

12 lines
214 B
SCSS

$page-width: 1040px;
$small-page-width: 840px;
$default-spacer: 8px;
$default-padding: 2 * $default-spacer;
// layouts
$two-columns-padding: 60px;
$two-columns-breakpoint: 980px;
// z-order
$alert-z-index: 100;