UNPKG

gentelella-rtl

Version:

Gentelella RTL Admin is a free to use Bootstrap admin template

11 lines (9 loc) 259 B
// Single side flipped border-radius .border-right-radius(@radius) { border-bottom-left-radius: @radius; border-top-left-radius: @radius; } .border-left-radius(@radius) { border-bottom-right-radius: @radius; border-top-right-radius: @radius; }