demarches-normaliennes/app/assets/stylesheets/new_design/utils.scss
2017-06-19 18:21:15 +02:00

23 lines
196 B
SCSS

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