demarches-normaliennes/app/assets/stylesheets/new_design/utils.scss
2018-10-05 00:01:54 +02:00

50 lines
522 B
SCSS

@import "colors";
.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%;
}
.empty-text {
font-size: 20px;
font-weight: bold;
text-align: center;
margin: 60px 0;
}
.empty-text-details {
margin-bottom: 60px;
text-align: center;
.empty-text + & {
margin-top: -50px;
}
}
.highlighted {
background: $orange-bg;
color: $black;
}