|
4 | 4 | // */
|
5 | 5 |
|
6 | 6 | //
|
7 |
| -// Common |
8 |
| -// _____________________________________________ |
| 7 | +// Variables |
| 8 | +// --------------------------------------------- |
9 | 9 |
|
10 | 10 | @toolbar-mode-icon-font-size: 24px;
|
11 | 11 | @toolbar-element-background: @panel__background-color;
|
12 | 12 |
|
13 |
| -& when (@media-common = true) { |
| 13 | +// |
| 14 | +// Common |
| 15 | +// _____________________________________________ |
14 | 16 |
|
| 17 | +& when (@media-common = true) { |
15 | 18 | .page-products {
|
16 | 19 | .columns {
|
17 | 20 | position: relative;
|
|
72 | 75 | .sorter-action {
|
73 | 76 | vertical-align: top;
|
74 | 77 | .lib-icon-font(
|
75 |
| - @icon-arrow-up, |
76 |
| - @_icon-font-size: 28px, |
77 |
| - @_icon-font-line-height: 32px, |
78 |
| - @_icon-font-color: @header-icons-color, |
79 |
| - @_icon-font-color-hover: @header-icons-color-hover, |
80 |
| - @_icon-font-text-hide: true |
| 78 | + @icon-arrow-up, |
| 79 | + @_icon-font-size: 28px, |
| 80 | + @_icon-font-line-height: 32px, |
| 81 | + @_icon-font-color: @header-icons-color, |
| 82 | + @_icon-font-color-hover: @header-icons-color-hover, |
| 83 | + @_icon-font-text-hide: true |
81 | 84 | );
|
82 | 85 | }
|
83 | 86 |
|
|
99 | 102 | }
|
100 | 103 |
|
101 | 104 | .limiter-label {
|
102 |
| - font-weight: 400; |
| 105 | + font-weight: @font-weight__regular; |
103 | 106 | }
|
104 | 107 |
|
105 | 108 | .limiter {
|
|
176 | 179 | }
|
177 | 180 |
|
178 | 181 | .lib-icon-font(
|
179 |
| - @icon-grid, |
180 |
| - @_icon-font-size: @toolbar-mode-icon-font-size, |
181 |
| - @_icon-font-text-hide: true, |
182 |
| - @_icon-font-color: @text__color__muted, |
183 |
| - @_icon-font-color-hover: @text__color__muted |
| 182 | + @icon-grid, |
| 183 | + @_icon-font-size: @toolbar-mode-icon-font-size, |
| 184 | + @_icon-font-text-hide: true, |
| 185 | + @_icon-font-color: @text__color__muted, |
| 186 | + @_icon-font-color-hover: @text__color__muted |
184 | 187 | );
|
185 | 188 | }
|
186 | 189 |
|
|
0 commit comments