16 lines
277 B
Plaintext
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;
|
|
}
|
|
}
|