Files
everything2/EveryThing/wwwroot/vendor/libs/bootstrap-maxlength/bootstrap-maxlength.scss
David Štaleker 03b92525d7 Prvi commit
2023-05-12 09:00:07 +02:00

42 lines
961 B
SCSS

.bootstrap-maxlength {
vertical-align: baseline;
text-align: center;
line-height: 1;
}
.default-style {
@import '../../css/_appwork/include';
.bootstrap-maxlength {
padding: $badge-padding-y $badge-padding-x;
background: $badge-default-bg;
font-weight: $badge-font-weight;
font-size: $badge-font-size;
@include border-bottom-radius($badge-border-radius);
&.label-danger {
background: map-get($theme-colors, danger);
color: yiq(map-get($theme-colors, danger));
}
}
}
.material-style {
@import '../../css/_appwork/include-material';
.bootstrap-maxlength {
padding: $badge-padding-y $badge-padding-x;
background: $badge-default-bg;
font-weight: $badge-font-weight;
font-size: $badge-font-size;
@include border-bottom-radius($badge-border-radius);
&.label-danger {
background: map-get($theme-colors, danger);
color: yiq(map-get($theme-colors, danger));
}
}
}