Isolate new design stylesheets

This commit is contained in:
Mathieu Magnin 2017-05-17 15:11:35 +02:00 committed by gregoirenovel
parent 14bfda2e26
commit 8af72f7b9a
22 changed files with 27 additions and 24 deletions

View file

@ -1,21 +0,0 @@
@import "constants";
@import "mixins";
%horizontal-list {
list-style-type: none;
margin: 0;
padding: 0;
font-size: 0px;
display: flex;
flex-wrap: wrap;
}
%horizontal-list-item {
display: inline-block;
}
%page-width-container {
@include horizontal-padding($default-padding);
max-width: $page-width + 2 * $default-padding;
margin: 0 auto;
}