demarches-normaliennes/app/assets/stylesheets/utils.scss

16 lines
128 B
SCSS
Raw Normal View History

.pull-left {
float: left;
}
.pull-right {
float: right;
}
.clearfix {
clear: both;
}
2017-05-05 14:59:00 +02:00
.center {
text-align: center;
}