32 lines
730 B
SCSS
32 lines
730 B
SCSS
// * App eCommerce
|
|
// *******************************************************************************
|
|
|
|
@use '../_bootstrap-extended/include' as light;
|
|
@use '../_bootstrap-extended/include-dark' as dark;
|
|
@import '../_custom-variables/pages';
|
|
|
|
// Variables
|
|
$dz-box-padding: 0rem !default;
|
|
|
|
// App eCommerce quill editor settings
|
|
|
|
.app-ecommerce-category,
|
|
.app-ecommerce {
|
|
.comment-editor {
|
|
.ql-editor {
|
|
min-height: 7rem;
|
|
border-top-left-radius: light.$border-radius;
|
|
border-top-right-radius: light.$border-radius;
|
|
}
|
|
}
|
|
}
|
|
|
|
@include light.media-breakpoint-down(sm) {
|
|
.widget-separator {
|
|
.border-shift.border-end {
|
|
border-right: none !important;
|
|
border-left: none !important;
|
|
}
|
|
}
|
|
}
|