demarches-normaliennes/app/assets/stylesheets/new_design/_placeholders.scss

20 lines
278 B
SCSS
Raw Normal View History

@import "constants";
2017-04-04 14:38:50 +02:00
%horizontal-list {
list-style-type: none;
margin: 0;
padding: 0;
font-size: 0px;
display: flex;
flex-wrap: wrap;
2017-04-04 14:38:50 +02:00
}
%horizontal-list-item {
display: inline-block;
}
2017-04-04 14:38:50 +02:00
2017-06-22 16:45:57 +02:00
%animation {
animation-fill-mode: forwards;
animation-duration: 0.3s;
}