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

12 lines
93 B
SCSS
Raw Normal View History

.pull-left {
float: left;
}
.pull-right {
float: right;
}
.clearfix {
clear: both;
}