PATH:
home
/
lab2454c
/
adenbic.com
/
wp-content
/
themes
/
bumbleb
/
sass
/
themes
/* * Woocommerce Responsive */ @mixin product-grid-respon() { .product-block{ @include transition(none); .btn-outline,.button,#submit{ min-width: inherit; } .image{ img,.image-hover{ @include transition(none); @include transform(none); } &:hover{ .image-hover{ @include transition(none); @include transform(none); } } } .image-effect,.category,.overlay,.add-links{ display: none; } } .product-grid{ .add-button,.price{ visibility: visible; @include opacity(1); } &:hover{ .price,.add-button{ @include transition(none); @include transform(none); visibility: visible; @include opacity(1); } } } } @mixin product-grid-mobile() { .product-grid{ .btn-outline{ padding: 0 10px; span{ display: inline-block; } } } .widget{ &.widget-products{ .tabs-list{ } } } } @media (min-width: $screen-lg) { } @media (min-width: $screen-md) and (max-width: $screen-md-max){ @include product-grid-respon(); .product-info{ .product-title{ @include font-size(font-size,20px); } } } @media (min-width: $screen-sm) and (max-width: $screen-sm-max) { @include product-grid-respon(); .product-grid{ .name{ min-height: 60px; @include font-size(font-size,11px); } } } @media (max-width: $screen-sm-max) { @include product-grid-respon(); @include product-grid-mobile(); } @media (max-width: $screen-xs-max) { @include product-grid-respon(); @include product-grid-mobile(); } @media (max-width: $screen-phone) { @include product-grid-respon(); @include product-grid-mobile(); }
[-] _shortcodes.scss
[edit]
[+]
..
[-] _woocommerce-product.scss
[edit]
[-] _post.scss
[edit]
[-] _woocommerce-widgets.scss
[edit]
[-] _form.scss
[edit]
[-] _effect.scss
[edit]
[-] _woocommerce-responsive.scss
[edit]
[-] _woocommerce-general.scss
[edit]
[-] _responsive.scss
[edit]
[-] _woof.scss
[edit]
[-] _menu.scss
[edit]
[-] _utilities.scss
[edit]
[-] _base.scss
[edit]
[-] _layout.scss
[edit]
[-] _slider.scss
[edit]
[-] _widgets-layout.scss
[edit]
[-] _pages.scss
[edit]
[-] _fonts.scss
[edit]
[-] _elementor.scss
[edit]
[-] _garenal.scss
[edit]
[-] _header.scss
[edit]
[-] _woocommerce-page.scss
[edit]
[-] _widgets.scss
[edit]