mirror of
https://github.com/Combodo/iTop.git
synced 2026-05-01 06:28:46 +02:00
N°2847 - Add Bulma SCSS lib.
This commit is contained in:
11
node_modules/bulma-scss/helpers/_float.scss
generated
vendored
Normal file
11
node_modules/bulma-scss/helpers/_float.scss
generated
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
.is-clearfix {
|
||||
@include clearfix;
|
||||
}
|
||||
|
||||
.is-pulled-left {
|
||||
float: left !important;
|
||||
}
|
||||
|
||||
.is-pulled-right {
|
||||
float: right !important;
|
||||
}
|
||||
Reference in New Issue
Block a user