EnVisageOnline/Tools/Third-Party/PIXELADMIN/1.3.0/styles/pixel-admin-scss/rtl/_labels.scss

32 lines
669 B
SCSS

//
// RTL: Labels
// --------------------------------------------------
// Tags
//
.label.label-tag {
margin-left: 0;
margin-right: $label-tag-arrow-width;
@include border-left-radius(2px);
@include border-right-radius(0);
}
.label.label-tag:before {
border-left-width: $label-tag-arrow-width;
border-right-width: 0;
margin: 0;
right: -$label-tag-arrow-width - 1px;
}
.label.label-tag:after {
margin: (-($label-tag-height/2 + $label-tag-circle-size/2) + 1px) 0 0 0;
right: -$label-tag-horizontal-padding;
}
.ie8 & .label.label-tag:before,
.ie9 & .label.label-tag:before {
border-left-width: 0;
border-right-width: $label-tag-arrow-width;
}