apollo_developers/bower_components/bootstrap-rtl/less/utilities-rtl.less
saravanakumar_kandasami a11795c215 SIT code
2018-04-19 18:17:06 +05:30

16 lines
277 B
Plaintext

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