|
162 | 162 | & when (@media-common = true) {
|
163 | 163 | .abs-login-block-title {
|
164 | 164 | strong {
|
165 |
| - font-weight: 500; |
| 165 | + font-weight: @font-weight__heavier; |
166 | 166 | }
|
167 | 167 |
|
168 | 168 | .lib-font-size(18);
|
|
178 | 178 |
|
179 | 179 | & when (@media-common = true) {
|
180 | 180 | .abs-block-title {
|
| 181 | + margin-bottom: 15px; |
| 182 | + |
181 | 183 | > strong {
|
182 | 184 | .lib-heading(h3);
|
183 | 185 | }
|
184 |
| - |
185 |
| - margin-bottom: 15px; |
186 | 186 | }
|
187 | 187 | }
|
188 | 188 |
|
|
194 | 194 | .abs-account-blocks {
|
195 | 195 | .block-title {
|
196 | 196 | &:extend(.abs-block-title all);
|
| 197 | + |
197 | 198 | > .action {
|
198 | 199 | margin-left: 15px;
|
199 | 200 | }
|
|
208 | 209 | }
|
209 | 210 |
|
210 | 211 | > .action {
|
211 |
| - font-weight: 400; |
| 212 | + font-weight: @font-weight__regular; |
212 | 213 | margin-left: @indent__s;
|
213 | 214 | }
|
214 | 215 | }
|
|
232 | 233 | & when (@media-common = true) {
|
233 | 234 | .abs-dropdown-simple {
|
234 | 235 | .lib-dropdown(
|
235 |
| - @_dropdown-list-item-padding: 5px 5px 5px 23px, |
236 |
| - @_dropdown-list-min-width: 200px, |
237 |
| - @_icon-font-margin: 0 0 0 5px, |
238 |
| - @_icon-font-vertical-align: middle |
| 236 | + @_dropdown-list-item-padding: 5px 5px 5px 23px, |
| 237 | + @_dropdown-list-min-width: 200px, |
| 238 | + @_icon-font-margin: 0 0 0 5px, |
| 239 | + @_icon-font-vertical-align: middle |
239 | 240 | );
|
240 | 241 | }
|
241 | 242 | }
|
|
268 | 269 | & when (@media-common = true) {
|
269 | 270 | .abs-remove-button-for-blocks {
|
270 | 271 | .lib-icon-font(
|
271 |
| - @icon-remove, |
272 |
| - @_icon-font-size: 26px, |
273 |
| - @_icon-font-line-height: 15px, |
274 |
| - @_icon-font-text-hide: true, |
275 |
| - @_icon-font-color: @color-gray19, |
276 |
| - @_icon-font-color-hover: @color-gray19, |
277 |
| - @_icon-font-color-active: @color-gray19 |
| 272 | + @icon-remove, |
| 273 | + @_icon-font-size: 26px, |
| 274 | + @_icon-font-line-height: 15px, |
| 275 | + @_icon-font-text-hide: true, |
| 276 | + @_icon-font-color: @color-gray19, |
| 277 | + @_icon-font-color-hover: @color-gray19, |
| 278 | + @_icon-font-color-active: @color-gray19 |
278 | 279 | );
|
279 | 280 | }
|
280 | 281 | }
|
|
289 | 290 |
|
290 | 291 | > a {
|
291 | 292 | .lib-link(
|
292 |
| - @_link-color: @product-name-link__color, |
293 |
| - @_link-text-decoration: @product-name-link__text-decoration, |
294 |
| - @_link-color-visited: @product-name-link__color__visited, |
295 |
| - @_link-text-decoration-visited: @product-name-link__text-decoration__visited, |
296 |
| - @_link-color-hover: @product-name-link__color__hover, |
297 |
| - @_link-text-decoration-hover: @product-name-link__text-decoration__hover, |
298 |
| - @_link-color-active: @product-name-link__color__active, |
299 |
| - @_link-text-decoration-active: @product-name-link__text-decoration__active |
| 293 | + @_link-color: @product-name-link__color, |
| 294 | + @_link-text-decoration: @product-name-link__text-decoration, |
| 295 | + @_link-color-visited: @product-name-link__color__visited, |
| 296 | + @_link-text-decoration-visited: @product-name-link__text-decoration__visited, |
| 297 | + @_link-color-hover: @product-name-link__color__hover, |
| 298 | + @_link-text-decoration-hover: @product-name-link__text-decoration__hover, |
| 299 | + @_link-color-active: @product-name-link__color__active, |
| 300 | + @_link-text-decoration-active: @product-name-link__text-decoration__active |
300 | 301 | );
|
301 | 302 | }
|
302 | 303 | }
|
|
613 | 614 | & when (@media-common = true) {
|
614 | 615 | .abs-navigation-icon {
|
615 | 616 | .lib-icon-font(
|
616 |
| - @_icon-font-content: @icon-down, |
617 |
| - @_icon-font-size: 34px, |
618 |
| - @_icon-font-line-height: 1.2, |
619 |
| - @_icon-font-position: after, |
620 |
| - @_icon-font-display: block |
| 617 | + @_icon-font-content: @icon-down, |
| 618 | + @_icon-font-size: 34px, |
| 619 | + @_icon-font-line-height: 1.2, |
| 620 | + @_icon-font-position: after, |
| 621 | + @_icon-font-display: block |
621 | 622 | );
|
622 | 623 |
|
623 | 624 | &:after {
|
|
635 | 636 | & when (@media-common = true) {
|
636 | 637 | .abs-split-button {
|
637 | 638 | .lib-dropdown-split(
|
638 |
| - @_options-selector : ~'.items', |
639 |
| - @_dropdown-split-button-border-radius-fix: true |
| 639 | + @_options-selector : ~'.items', |
| 640 | + @_dropdown-split-button-border-radius-fix: true |
640 | 641 | );
|
641 | 642 | vertical-align: middle;
|
642 | 643 | }
|
|
654 | 655 |
|
655 | 656 | .abs-actions-addto-gridlist {
|
656 | 657 | .lib-icon-font(
|
657 |
| - @_icon-font-content: '', |
658 |
| - @_icon-font-size: 29px, |
659 |
| - @_icon-font-color: @addto-color, |
660 |
| - @_icon-font-color-hover: @addto-hover-color, |
661 |
| - @_icon-font-text-hide: true, |
662 |
| - @_icon-font-vertical-align: middle, |
663 |
| - @_icon-font-line-height: 24px |
| 658 | + @_icon-font-content: '', |
| 659 | + @_icon-font-size: 29px, |
| 660 | + @_icon-font-color: @addto-color, |
| 661 | + @_icon-font-color-hover: @addto-hover-color, |
| 662 | + @_icon-font-text-hide: true, |
| 663 | + @_icon-font-vertical-align: middle, |
| 664 | + @_icon-font-line-height: 24px |
664 | 665 | );
|
665 | 666 | }
|
666 | 667 | }
|
|
762 | 763 | padding-right: 12px;
|
763 | 764 | position: relative;
|
764 | 765 | .lib-icon-font(
|
765 |
| - @icon-down, |
766 |
| - @_icon-font-size: 26px, |
767 |
| - @_icon-font-line-height: 10px, |
768 |
| - @_icon-font-margin: 3px 0 0 0, |
769 |
| - @_icon-font-position: after |
| 766 | + @icon-down, |
| 767 | + @_icon-font-size: 26px, |
| 768 | + @_icon-font-line-height: 10px, |
| 769 | + @_icon-font-margin: 3px 0 0 0, |
| 770 | + @_icon-font-position: after |
770 | 771 | );
|
771 | 772 |
|
772 | 773 | &:after {
|
|
777 | 778 |
|
778 | 779 | &-expanded {
|
779 | 780 | .lib-icon-font-symbol(
|
780 |
| - @_icon-font-content: @icon-up, |
781 |
| - @_icon-font-position: after |
| 781 | + @_icon-font-content: @icon-up, |
| 782 | + @_icon-font-position: after |
782 | 783 | );
|
783 | 784 | }
|
784 | 785 | }
|
785 | 786 |
|
786 | 787 | .abs-tax-total-expanded {
|
787 | 788 | .lib-icon-font-symbol(
|
788 |
| - @_icon-font-content: @icon-up, |
789 |
| - @_icon-font-position: after |
| 789 | + @_icon-font-content: @icon-up, |
| 790 | + @_icon-font-position: after |
790 | 791 | );
|
791 | 792 | }
|
792 | 793 | }
|
|
867 | 868 | & when (@media-common = true) {
|
868 | 869 | .abs-icon-add {
|
869 | 870 | .lib-icon-font(
|
870 |
| - @_icon-font-content: @icon-expand, |
871 |
| - @_icon-font-size: 10px, |
872 |
| - @_icon-font-line-height: 10px, |
873 |
| - @_icon-font-vertical-align: middle |
| 871 | + @_icon-font-content: @icon-expand, |
| 872 | + @_icon-font-size: 10px, |
| 873 | + @_icon-font-line-height: 10px, |
| 874 | + @_icon-font-vertical-align: middle |
874 | 875 | );
|
875 | 876 | }
|
876 | 877 | }
|
877 | 878 |
|
878 | 879 | .media-width(@extremum, @break) when (@extremum = 'max') and (@break = @screen__m) {
|
879 | 880 | .abs-icon-add-mobile {
|
880 | 881 | .lib-icon-font(
|
881 |
| - @_icon-font-content: @icon-expand, |
882 |
| - @_icon-font-size: 10px, |
883 |
| - @_icon-font-line-height: 10px, |
884 |
| - @_icon-font-vertical-align: middle, |
885 |
| - @_icon-font-margin: 0 5px 0 0, |
886 |
| - @_icon-font-display: block |
| 882 | + @_icon-font-content: @icon-expand, |
| 883 | + @_icon-font-size: 10px, |
| 884 | + @_icon-font-line-height: 10px, |
| 885 | + @_icon-font-vertical-align: middle, |
| 886 | + @_icon-font-margin: 0 5px 0 0, |
| 887 | + @_icon-font-display: block |
887 | 888 | );
|
888 | 889 | }
|
889 | 890 | }
|
|
924 | 925 | position: relative;
|
925 | 926 |
|
926 | 927 | .lib-icon-font(
|
927 |
| - @_icon-font-content: @icon-down, |
928 |
| - @_icon-font-size: 28px, |
929 |
| - @_icon-font-text-hide: false, |
930 |
| - @_icon-font-position: after, |
931 |
| - @_icon-font-display: block |
| 928 | + @_icon-font-content: @icon-down, |
| 929 | + @_icon-font-size: 28px, |
| 930 | + @_icon-font-text-hide: false, |
| 931 | + @_icon-font-position: after, |
| 932 | + @_icon-font-display: block |
932 | 933 | );
|
933 | 934 |
|
934 | 935 | &:after {
|
|
1068 | 1069 | font-weight: @font-weight__bold;
|
1069 | 1070 | .lib-link-as-button();
|
1070 | 1071 | .lib-button(
|
1071 |
| - @_button-padding: 7px 15px 7px 0, |
1072 |
| - @_button-icon-use: true, |
1073 |
| - @_button-font-content: @icon-prev, |
1074 |
| - @_button-icon-font-size: 32px, |
1075 |
| - @_button-icon-font-line-height: 16px, |
1076 |
| - @_button-icon-font-position: before |
| 1072 | + @_button-padding: 7px 15px 7px 0, |
| 1073 | + @_button-icon-use: true, |
| 1074 | + @_button-font-content: @icon-prev, |
| 1075 | + @_button-icon-font-size: 32px, |
| 1076 | + @_button-icon-font-line-height: 16px, |
| 1077 | + @_button-icon-font-position: before |
1077 | 1078 | );
|
1078 | 1079 |
|
1079 | 1080 | &:active {
|
|
1083 | 1084 |
|
1084 | 1085 | &.update {
|
1085 | 1086 | .lib-button-icon(
|
1086 |
| - @icon-update, |
1087 |
| - @_icon-font-size: 32px, |
1088 |
| - @_icon-font-line-height: 16px |
| 1087 | + @icon-update, |
| 1088 | + @_icon-font-size: 32px, |
| 1089 | + @_icon-font-line-height: 16px |
1089 | 1090 | );
|
1090 | 1091 | padding-left: @indent__xs;
|
1091 | 1092 | }
|
|
1160 | 1161 |
|
1161 | 1162 | & when (@media-common = true) {
|
1162 | 1163 | .abs-field-date-input {
|
1163 |
| - .lib-css(margin-right, @indent__s); |
| 1164 | + margin-right: @indent__s; |
1164 | 1165 | width: calc(~'100% -' @icon-calendar__font-size + @indent__s);
|
1165 | 1166 | }
|
1166 | 1167 | }
|
|
1175 | 1176 | position: relative;
|
1176 | 1177 |
|
1177 | 1178 | input {
|
1178 |
| - .lib-css(margin-right, @indent__s); |
| 1179 | + margin-right: @indent__s; |
1179 | 1180 | width: calc(~'100% -' @checkout-tooltip-icon__font-size + @indent__s + @indent__xs);
|
1180 | 1181 | }
|
1181 | 1182 | }
|
|
1193 | 1194 | &:before,
|
1194 | 1195 | &:after {
|
1195 | 1196 | .lib-arrow(
|
1196 |
| - @_position: top, |
1197 |
| - @_size: @checkout-tooltip-icon-arrow__font-size, |
1198 |
| - @_color: @checkout-tooltip-content__background-color |
| 1197 | + @_position: top, |
| 1198 | + @_size: @checkout-tooltip-icon-arrow__font-size, |
| 1199 | + @_color: @checkout-tooltip-content__background-color |
1199 | 1200 | );
|
1200 | 1201 | .lib-css(margin-top, @checkout-tooltip-icon-arrow__left);
|
1201 |
| - .lib-css(right, @indent__s); |
| 1202 | + right: @indent__s; |
1202 | 1203 | left: auto;
|
1203 | 1204 | top: 0;
|
1204 | 1205 | }
|
|
1234 | 1235 | .lib-css(border-bottom, @checkout-step-title__border);
|
1235 | 1236 | .lib-css(padding-bottom, @checkout-step-title__padding);
|
1236 | 1237 | .lib-typography(
|
1237 |
| - @_font-size: @checkout-step-title__font-size, |
1238 |
| - @_font-weight: @checkout-step-title__font-weight, |
1239 |
| - @_font-family: false, |
1240 |
| - @_font-style: false, |
1241 |
| - @_line-height: false |
| 1238 | + @_font-size: @checkout-step-title__font-size, |
| 1239 | + @_font-weight: @checkout-step-title__font-weight, |
| 1240 | + @_font-family: false, |
| 1241 | + @_font-style: false, |
| 1242 | + @_line-height: false |
1242 | 1243 | );
|
1243 | 1244 | }
|
1244 | 1245 | }
|
|
1299 | 1300 |
|
1300 | 1301 | .amount .price {
|
1301 | 1302 | .lib-icon-font(
|
1302 |
| - @icon-down, |
1303 |
| - @_icon-font-size: 30px, |
1304 |
| - @_icon-font-text-hide: true, |
1305 |
| - @_icon-font-position: after, |
1306 |
| - @_icon-font-display: block |
| 1303 | + @icon-down, |
| 1304 | + @_icon-font-size: 30px, |
| 1305 | + @_icon-font-text-hide: true, |
| 1306 | + @_icon-font-position: after, |
| 1307 | + @_icon-font-display: block |
1307 | 1308 | );
|
1308 | 1309 | padding-right: @indent__m;
|
1309 | 1310 | position: relative;
|
|
1323 | 1324 |
|
1324 | 1325 | .amount .price {
|
1325 | 1326 | .lib-icon-font-symbol(
|
1326 |
| - @_icon-font-content: @icon-up, |
1327 |
| - @_icon-font-position: after |
| 1327 | + @_icon-font-content: @icon-up, |
| 1328 | + @_icon-font-position: after |
1328 | 1329 | );
|
1329 | 1330 | }
|
1330 | 1331 | }
|
1331 | 1332 | }
|
1332 | 1333 |
|
1333 | 1334 | &-details {
|
1334 | 1335 | display: none;
|
1335 |
| - .lib-css(border-bottom, @border-width__base solid @border-color__base); |
| 1336 | + border-bottom: @border-width__base solid @border-color__base; |
1336 | 1337 |
|
1337 | 1338 | &.shown {
|
1338 | 1339 | display: table-row;
|
|
1357 | 1358 | cursor: pointer;
|
1358 | 1359 | font-weight: @font-weight__semibold;
|
1359 | 1360 | .lib-icon-font(
|
1360 |
| - @_icon-font-content: @icon-down, |
1361 |
| - @_icon-font-size: 30px, |
1362 |
| - @_icon-font-position: after, |
1363 |
| - @_icon-font-display: block |
| 1361 | + @_icon-font-content: @icon-down, |
| 1362 | + @_icon-font-size: 30px, |
| 1363 | + @_icon-font-position: after, |
| 1364 | + @_icon-font-display: block |
1364 | 1365 | );
|
1365 | 1366 | margin-bottom: 0;
|
1366 | 1367 | overflow: hidden;
|
|
1388 | 1389 | &.active {
|
1389 | 1390 | > .title {
|
1390 | 1391 | .lib-icon-font-symbol(
|
1391 |
| - @_icon-font-content: @icon-up, |
1392 |
| - @_icon-font-position: after |
| 1392 | + @_icon-font-content: @icon-up, |
| 1393 | + @_icon-font-position: after |
1393 | 1394 | );
|
1394 | 1395 | }
|
1395 | 1396 |
|
|
0 commit comments