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

35 lines
324 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;
}
2017-07-24 10:01:53 +02:00
.width-100 {
width: 100%;
}
.empty-text {
font-size: 20px;
font-weight: bold;
text-align: center;
margin: 60px 0;
}