mirror of
https://github.com/RaidMax/IW4M-Admin.git
synced 2025-06-18 11:08:22 -05:00
migrated to ASP.Net Core
This commit is contained in:
11
Webfront/Content/bootstrap/mixins/_float.scss
Normal file
11
Webfront/Content/bootstrap/mixins/_float.scss
Normal file
@ -0,0 +1,11 @@
|
||||
// stylelint-disable declaration-no-important
|
||||
|
||||
@mixin float-left {
|
||||
float: left !important;
|
||||
}
|
||||
@mixin float-right {
|
||||
float: right !important;
|
||||
}
|
||||
@mixin float-none {
|
||||
float: none !important;
|
||||
}
|
Reference in New Issue
Block a user