demarches-normaliennes/app/assets/stylesheets/utils.scss
Simon Lehericey dc371b83b8 CSS: add new application layout + CSS
Without bootstrap!
2017-05-04 18:24:57 +02:00

11 lines
93 B
SCSS

.pull-left {
float: left;
}
.pull-right {
float: right;
}
.clearfix {
clear: both;
}