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

20 lines
158 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;
}
.hidden {
display: none;
}