Files
band-management/resources/vuexy-admin-v10.11.1/html-version/Bootstrap5/vuexy-html-admin-template/full-version/scss/pages/front-page-payment.scss

14 lines
289 B
SCSS

@import "../_bootstrap-extended/include";
/* To remove border end in small screen */
@include media-breakpoint-down(lg) {
.section-py {
.card-body {
&.border-end {
border-block-end: 1px solid $border-color;
border-inline-end: 0 !important;
}
}
}
}