apollodec/Apollo/bower_components/bootstrap-rtl/less/utilities-rtl.less
venbatechnologies@gmail.com d06b1c0cba status file
2017-12-07 11:31:25 +05:30

16 lines
277 B
Plaintext
Executable File

//
// 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;
}
}