demarches-normaliennes/app/assets/stylesheets/utils.scss
2017-05-05 14:59:00 +02:00

15 lines
128 B
SCSS

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