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

51 lines
522 B
SCSS
Raw Normal View History

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