UNPKG

gentelella-rtl

Version:

Gentelella RTL Admin is a free to use Bootstrap admin template

16 lines (14 loc) 277 B
// // 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; } }