/home/techb158/dev.balacoffee.com/resources/src/assets/styles/sass/globals/components
NameSizeModeActions
_accordions.scss2290644editdlrm
_alerts.scss13240644editdlrm
_avatar.scss2810644editdlrm
_badges.scss40480644editdlrm
_borders.scss2540644editdlrm
_breadcrumb.scss14920644editdlrm
_button.scss55670644editdlrm
_calendar.scss13360644editdlrm
_card.scss42320644editdlrm
_carousel.scss1100644editdlrm
_components.scss7690644editdlrm
_customizer.scss66990644editdlrm
_datatables.scss1720644editdlrm
_daterangepicker.scss00644editdlrm
_dropdown.scss21600644editdlrm
_echart.scss2940644editdlrm
_echarts.scss530644editdlrm
_editor.scss00644editdlrm
_feather-icon.scss1730644editdlrm
_form.scss49980644editdlrm
_icon.scss2450644editdlrm
_lists.scss00644editdlrm
_loader.scss72580644editdlrm
_modals.scss1370644editdlrm
_nouislider.scss36770644editdlrm
_pagination.scss00644editdlrm
_popover.scss3280644editdlrm
_progress.scss00644editdlrm
_search.scss8360644editdlrm
_select.scss1840644editdlrm
_sidebar.directive.scss9510644editdlrm
_tab.scss6840644editdlrm
_tabs.scss5170644editdlrm
_tag-input.scss3180644editdlrm
_tagging.scss10150644editdlrm
_toastr.scss2410644editdlrm
_upload.scss1460644editdlrm
_vue-good-table.scss32970644editdlrm
_vue2-clock-picker.scss47030644editdlrm
Edit: /home/techb158/dev.balacoffee.com/resources/src/assets/styles/sass/globals/components/_badges.scss (4048B)
.badge { font-weight: 600; } @each $name, $value in $theme-colors { .badge-outline-#{$name} { background: unset; border: 1px solid $value; color: $value; } } .badge-top-container { position: relative; .badge { position: absolute; top: 2px; right: 4px; border-radius: 10px; } } // begin::badge-pill @each $name, $value in $theme-colors { .ul-badge-pill-#{$name} { background: $value; border-radius: 50%; width: 25px; height: 18px; color: #fff; line-height: 20px; font-size: 0.8rem; } } // end-of-badge-pill @each $name, $value in $theme-colors { .badge-round-#{$name} { background: $value; border-radius: 50%; width: 25px; height: 25px; color: #fff; line-height: 20px; justify-content: center; &.lg{ // large badge width:40px; height: 40px; line-height: 30px; font-size: 1.2rem; } &.xl{ width:50px; height: 50px; line-height: 40px; font-size: 1.3rem; font-weight: bold; } &.sm{ width: 18px; height:18px; line-height: 13px; justify-content: center; } &.pill{ width: 45px; height:18px; line-height: 13px; border-radius:10px; } } } @each $name, $value in $theme-colors { .badge-dot-#{$name} { height: 4px; width: 4px; background-color: $value; border-radius: 50%; display: inline-block; vertical-align: middle; } } // begin::outline @each $name, $value in $theme-colors { .outline-round-#{$name} { background: #fff; border-radius: 50%; width: 18px; height: 18px; border: 1px solid $value; color: $value; line-height: 13px; justify-content: center; } } // end of outline //ul badge square------------------------------// @each $name, $value in $theme-colors { .badge-square-#{$name} { background: $value; border-radius: 20%; width: 25px; height: 25px; color: #fff; line-height: 20px; text-align: center; &.lg{ // large badge width:40px; height: 40px; line-height: 30px; font-size: 1.2rem; } &.xl{ width:50px; height: 50px; line-height: 40px; font-size: 1.3rem; font-weight: bold; } } } // end of ul-badge-square------------------// // not working this way // .ul-badge-round{ // &.lg { // // large badge // width:40px; // height: 40px; // } // .md{ // // medium badge // width:25px; // height: 25px; // } // } // large //opacity round .badge-round { border-radius: 50%; width: 40px; height: 40px; line-height: 30px; font-size: 1.2rem; } @each $name, $value in $theme-colors { .badge-round.badge-round-opacity-#{$name} { background: lighten($value, 40%); color:$value; } } // end-opacity-round // begin square opacity .badge-square{ border-radius: 20%; width: 40px; height: 40px; line-height: 30px; font-size: 1.2rem; } @each $name, $value in $theme-colors { .badge-square.badge-square-opacity-#{$name} { background: lighten($value, 40%); color:$value; } } .w-badge{ border-radius: 0; padding: 4px; color: #fff; } .r-badge{ padding: 4px; } // end square opacity