first commit
This commit is contained in:
15
www/bower_components/bootstrap-rtl-ondemand/less/utilities-rtl.less
vendored
Normal file
15
www/bower_components/bootstrap-rtl-ondemand/less/utilities-rtl.less
vendored
Normal file
@@ -0,0 +1,15 @@
|
||||
//
|
||||
// Temporary RTL style to fix bugs rapidly.
|
||||
// They will move to some place more appropriate later.
|
||||
// --------------------------------------------------
|
||||
|
||||
.pull-right {
|
||||
&.flip {
|
||||
float: left !important;
|
||||
}
|
||||
}
|
||||
.pull-left {
|
||||
&.flip {
|
||||
float: right !important;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user