mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-25 05:14:12 +01:00
12 lines
134 B
SCSS
12 lines
134 B
SCSS
.is-clearfix {
|
|
@include clearfix;
|
|
}
|
|
|
|
.is-pulled-left {
|
|
float: left !important;
|
|
}
|
|
|
|
.is-pulled-right {
|
|
float: right !important;
|
|
}
|