mirror of
https://github.com/mdbootstrap/mdb-ui-kit.git
synced 2025-07-14 18:22:26 +03:00
Comply with BS renaming of pull-left to float-left
This commit is contained in:
parent
da79b6182f
commit
4e8ef83db4
|
@ -9,13 +9,13 @@
|
||||||
|
|
||||||
// #853 start - https://github.com/twbs/bootstrap/pull/18976/files
|
// #853 start - https://github.com/twbs/bootstrap/pull/18976/files
|
||||||
// hack
|
// hack
|
||||||
@mixin pull-left {
|
@mixin float-left {
|
||||||
float: left !important;
|
float: left !important;
|
||||||
@if $enable-flex {
|
@if $enable-flex {
|
||||||
margin-right: auto;
|
margin-right: auto;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@mixin pull-right {
|
@mixin float-right {
|
||||||
float: right !important;
|
float: right !important;
|
||||||
@if $enable-flex {
|
@if $enable-flex {
|
||||||
margin-left: auto;
|
margin-left: auto;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user