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%;
|
|
|
|
}
|