devextreme
Version:
HTML5 JavaScript Component Suite for Responsive Web Development
33 lines (29 loc) • 749 B
text/less
/**
* DevExtreme (widgets/material/badge.material.less)
* Version: 20.1.4
* Build date: Tue Jun 02 2020
*
* Copyright (c) 2012 - 2020 Developer Express Inc. ALL RIGHTS RESERVED
* Read about DevExtreme licensing here: https://js.devexpress.com/Licensing/
*/
.dx-size-default() {
@MATERIAL_BADGE_PADDING: 3px 9px;
@MATERIAL_BADGE_FONT_SIZE: 12px;
}
.dx-size-compact() {
@MATERIAL_BADGE_PADDING: 2px 7px;
@MATERIAL_BADGE_FONT_SIZE: 11px;
}
.dx-badge {
background-color: @badge-bg;
color: @badge-color;
font-size: @MATERIAL_BADGE_FONT_SIZE;
padding: @MATERIAL_BADGE_PADDING;
margin-left: 4px;
line-height: normal;
margin-top: 1px;
.dx-rtl & {
margin-left: 0;
margin-right: 4px;
}
}