Sha256: 1a5f53fe6e42615f5b35caaac4859d65a0164f052351b88a668faa0c6149f64c
Contents?: true
Size: 1.19 KB
Versions: 27
Compression:
Stored size: 1.19 KB
Contents
.cart-icon { $self: &; position: relative; display: inline-block; padding-right: 7%; svg { width: 24px; height: 24px; @include media-breakpoint-up(xl) { width: 36px; height: 36px; } } &, &:hover { color: $header-font-color; } &-count { $size: 19px; $border-width: 1px; border-radius: $size / 2; border: 1px solid $header-background; color: $header-background; background: $header-font-color; position: absolute; height: $size; min-width: $size; right: -5%; bottom: 35%; text-align: center; line-height: $size - $border-width * 2; padding: 0 2px; font-size: font-px-to-rem(12px); display: none; @include media-breakpoint-up(xl) { $size: 26px; $border-width: 2px; border-radius: $size / 2; border-width: $border-width; height: $size; min-width: $size; line-height: $size - $border-width * 2; font-size: font-px-to-rem(15px); } } &--visible-count { #{$self}-count { display: flex; justify-content: center; align-items: center; } } } .cart-checkout-btn { font-size: 1.375rem; height: 65px; padding: 16px 28px; }
Version data entries
27 entries across 27 versions & 2 rubygems