demarches-normaliennes/app/assets/stylesheets/new_design/utils.scss
2017-09-06 11:11:26 +02:00

27 lines
227 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;
}
.width-100 {
width: 100%;
}