Nessuna descrizione
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

app-ecommerce.scss 601B

1234567891011121314151617181920212223242526272829303132
  1. /* App eCommerce
  2. ******************************************************************************* */
  3. @import "../_bootstrap-extended/include";
  4. // Variables
  5. $dz-box-padding: 0 !default;
  6. /* App eCommerce quill editor settings */
  7. .app-ecommerce-category,
  8. .app-ecommerce {
  9. .comment-editor {
  10. .ql-editor {
  11. min-block-size: 7rem;
  12. }
  13. }
  14. }
  15. /* star-rating */
  16. .raty img {
  17. @include icon-base(1.5rem);
  18. }
  19. @include media-breakpoint-down(sm) {
  20. .widget-separator {
  21. .border-shift.border-end {
  22. border-inline-end: none !important;
  23. border-inline-start: none !important;
  24. }
  25. }
  26. }