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

24 lines
196 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;
}
2017-06-13 17:46:08 +02:00
.text-right {
text-align: right;
}
.hidden {
display: none;
}