gentelella-rtl
Version:
Gentelella RTL Admin is a free to use Bootstrap admin template
22 lines (17 loc) • 302 B
text/less
//
// RTL Badges
// --------------------------------------------------
// Base class
.badge {
.nav-pills > li > a > & {
margin-left: 0px;
margin-right: 3px;
}
.list-group-item > & {
float: left;
}
.list-group-item > & + & {
margin-left: 5px;
margin-right: auto;
}
}