2017-12-05 16:07:05 +01:00
|
|
|
@import "colors";
|
|
|
|
|
2017-05-03 16:50:36 +02:00
|
|
|
.pull-left {
|
|
|
|
float: left;
|
|
|
|
}
|
|
|
|
|
|
|
|
.pull-right {
|
|
|
|
float: right;
|
|
|
|
}
|
|
|
|
|
|
|
|
.clearfix {
|
|
|
|
clear: both;
|
|
|
|
}
|
2017-05-05 14:59:00 +02:00
|
|
|
|
|
|
|
.center {
|
|
|
|
text-align: center;
|
|
|
|
}
|
2017-05-22 16:56:09 +02:00
|
|
|
|
2017-06-13 17:46:08 +02:00
|
|
|
.text-right {
|
|
|
|
text-align: right;
|
|
|
|
}
|
|
|
|
|
2017-05-22 16:56:09 +02:00
|
|
|
.hidden {
|
|
|
|
display: none;
|
|
|
|
}
|
2017-07-24 10:01:53 +02:00
|
|
|
|
|
|
|
.width-100 {
|
|
|
|
width: 100%;
|
|
|
|
}
|
2017-09-20 17:07:09 +02:00
|
|
|
|
|
|
|
.empty-text {
|
|
|
|
font-size: 20px;
|
|
|
|
font-weight: bold;
|
|
|
|
text-align: center;
|
|
|
|
margin: 60px 0;
|
|
|
|
}
|
2017-12-05 16:07:05 +01:00
|
|
|
|
|
|
|
.highlighted {
|
|
|
|
background: $orange-bg;
|
|
|
|
color: $black;
|
|
|
|
}
|