Skip to content
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
// _____________________________________________

& when (@media-common = true) {

.block-banners,
.block-banners-inline {
&:extend(.abs-margin-for-blocks-and-widgets);
Expand All @@ -22,7 +21,7 @@
}

.banner-item-content {
.lib-css(margin-bottom, @indent__base);
margin-bottom: @indent__base;

img {
display: block;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,17 @@
// */

//
// Common
// _____________________________________________
// Variables
// ---------------------------------------------

@toolbar-mode-icon-font-size: 24px;
@toolbar-element-background: @panel__background-color;

& when (@media-common = true) {
//
// Common
// _____________________________________________

& when (@media-common = true) {
.page-products {
.columns {
position: relative;
Expand Down Expand Up @@ -72,12 +75,12 @@
.sorter-action {
vertical-align: top;
.lib-icon-font(
@icon-arrow-up,
@_icon-font-size: 28px,
@_icon-font-line-height: 32px,
@_icon-font-color: @header-icons-color,
@_icon-font-color-hover: @header-icons-color-hover,
@_icon-font-text-hide: true
@icon-arrow-up,
@_icon-font-size: 28px,
@_icon-font-line-height: 32px,
@_icon-font-color: @header-icons-color,
@_icon-font-color-hover: @header-icons-color-hover,
@_icon-font-text-hide: true
);
}

Expand All @@ -99,7 +102,7 @@
}

.limiter-label {
font-weight: 400;
font-weight: @font-weight__regular;
}

.limiter {
Expand Down Expand Up @@ -176,11 +179,11 @@
}

.lib-icon-font(
@icon-grid,
@_icon-font-size: @toolbar-mode-icon-font-size,
@_icon-font-text-hide: true,
@_icon-font-color: @text__color__muted,
@_icon-font-color-hover: @text__color__muted
@icon-grid,
@_icon-font-size: @toolbar-mode-icon-font-size,
@_icon-font-text-hide: true,
@_icon-font-color: @text__color__muted,
@_icon-font-color-hover: @text__color__muted
);
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -148,10 +148,10 @@
.action {
&.close {
.lib-button-icon(
@icon-remove,
@_icon-font-size: 32px,
@_icon-font-line-height: 32px,
@_icon-font-text-hide: true
@icon-remove,
@_icon-font-size: 32px,
@_icon-font-line-height: 32px,
@_icon-font-text-hide: true
);
.lib-button-reset();
height: 40px;
Expand Down Expand Up @@ -254,12 +254,12 @@

.toggle {
.lib-icon-font(
@_icon-font-content: @icon-down,
@_icon-font-size: 28px,
@_icon-font-line-height: 16px,
@_icon-font-text-hide: false,
@_icon-font-position: after,
@_icon-font-display: block
@_icon-font-content: @icon-down,
@_icon-font-size: 28px,
@_icon-font-line-height: 16px,
@_icon-font-text-hide: false,
@_icon-font-position: after,
@_icon-font-display: block
);
cursor: pointer;
position: relative;
Expand All @@ -274,8 +274,8 @@
&.active {
> .toggle {
.lib-icon-font-symbol(
@_icon-font-content: @icon-up,
@_icon-font-position: after
@_icon-font-content: @icon-up,
@_icon-font-position: after
);
}
}
Expand Down Expand Up @@ -304,6 +304,7 @@

.weee[data-label] {
.lib-font-size(11);

.label {
&:extend(.abs-no-display all);
}
Expand All @@ -317,12 +318,12 @@
.product.options {
.tooltip.toggle {
.lib-icon-font(
@icon-down,
@_icon-font-size: 28px,
@_icon-font-line-height: 28px,
@_icon-font-text-hide: true,
@_icon-font-margin: -3px 0 0 7px,
@_icon-font-position: after
@icon-down,
@_icon-font-size: 28px,
@_icon-font-line-height: 28px,
@_icon-font-text-hide: true,
@_icon-font-margin: -3px 0 0 7px,
@_icon-font-position: after
);

.details {
Expand Down Expand Up @@ -357,19 +358,19 @@
&.edit,
&.delete {
.lib-icon-font(
@icon-settings,
@_icon-font-size: 28px,
@_icon-font-line-height: 28px,
@_icon-font-text-hide: true,
@_icon-font-color: @color-gray19,
@_icon-font-color-hover: @color-gray19,
@_icon-font-color-active: @color-gray19
@icon-settings,
@_icon-font-size: 28px,
@_icon-font-line-height: 28px,
@_icon-font-text-hide: true,
@_icon-font-color: @color-gray19,
@_icon-font-color-hover: @color-gray19,
@_icon-font-color-active: @color-gray19
);
}

&.delete {
.lib-icon-font-symbol(
@_icon-font-content: @icon-trash
@_icon-font-content: @icon-trash
);
}
}
Expand Down Expand Up @@ -399,6 +400,7 @@
.media-width(@extremum, @break) when (@extremum = 'min') and (@break = @screen__m) {
.minicart-wrapper {
margin-left: 13px;

.block-minicart {
right: -15px;
width: 390px;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@
}

.form-wishlist-search {
.lib-css(margin-bottom, @indent__l*2);
margin-bottom: @indent__l * 2;
max-width: 500px;

.fieldset {
Expand Down Expand Up @@ -216,8 +216,9 @@

.block-wishlist-info-items {
.block-title {
.lib-css(margin-bottom, @indent__base);
.lib-font-size(22);
margin-bottom: @indent__base;

> strong {
font-weight: @font-weight__light;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
// _____________________________________________

& when (@media-common = true) {

.rating-summary {
.lib-rating-summary();

.rating-result {
margin-left: -5px;
}
Expand Down Expand Up @@ -165,10 +165,10 @@

.review-details {
.customer-review-rating {
.lib-css(margin-bottom, @indent__base);
margin-bottom: @indent__base;

.item {
.lib-css(margin-bottom, @indent__s);
margin-bottom: @indent__s;

&:last-child {
margin-bottom: 0;
Expand All @@ -178,12 +178,12 @@

.review-title {
.lib-heading(h3);
.lib-css(font-weight, @font-weight__semibold);
.lib-css(margin-bottom, @indent__base);
font-weight: @font-weight__semibold;
margin-bottom: @indent__base;
}

.review-content {
.lib-css(margin-bottom, @indent__base);
margin-bottom: @indent__base;
}
}

Expand Down Expand Up @@ -271,7 +271,7 @@

&-field-rating {
.control {
margin-bottom: 1.2*@indent__xl;
margin-bottom: 1.2 * @indent__xl;
margin-top: @indent__s;
}
}
Expand Down
Loading