|
1 | 1 | // /**
|
2 |
| -// * Copyright © Magento, Inc. All rights reserved. |
3 |
| -// * See COPYING.txt for license details. |
| 2 | +// * Copyright 2017 Adobe |
| 3 | +// * All Rights Reserved. |
4 | 4 | // */
|
5 | 5 |
|
6 | 6 | //
|
|
34 | 34 |
|
35 | 35 | // Size and Manufacturer attributes
|
36 | 36 | @attr-swatch-option__background: @swatch-option__background;
|
37 |
| -@attr-swatch-option__color: #949494; |
| 37 | +@attr-swatch-option__color: #474747; |
38 | 38 |
|
39 | 39 | @attr-swatch-option__selected__background: @color-white;
|
40 | 40 | @attr-swatch-option__selected__border: @border-width__base solid @color-white;
|
|
47 | 47 | // Tooltip
|
48 | 48 | @swatch-option-tooltip__background: @color-white;
|
49 | 49 | @swatch-option-tooltip__border: @swatch-option__border;
|
50 |
| -@swatch-option-tooltip__color: #949494; |
| 50 | +@swatch-option-tooltip__color: #474747; |
51 | 51 |
|
52 | 52 | @swatch-option-tooltip-title__color: #282828;
|
53 | 53 |
|
|
184 | 184 | pointer-events: none;
|
185 | 185 |
|
186 | 186 | &:after {
|
187 |
| - // ToDo: improve .lib-background-gradient() to support diagonal gradient |
| 187 | + // ToDo: improve .lib-background-gradient() to support diagonal gradient; |
188 | 188 | background: linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, rgba(255, 255, 255, 1) 43%, rgba(255, 255, 255, 1) 46%, rgba(255, 82, 22, 1) 47%, rgba(255, 82, 22, 1) 53%, rgba(255, 255, 255, 1) 54%, rgba(255, 255, 255, 1) 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
|
189 | 189 | background: -moz-linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, rgba(255, 255, 255, 1) 43%, rgba(255, 255, 255, 1) 46%, rgba(255, 82, 22, 1) 47%, rgba(255, 82, 22, 1) 53%, rgba(255, 255, 255, 1) 54%, rgba(255, 255, 255, 1) 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
|
190 | 190 | background: -ms-linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, rgba(255, 255, 255, 1) 43%, rgba(255, 255, 255, 1) 46%, rgba(255, 82, 22, 1) 47%, rgba(255, 82, 22, 1) 53%, rgba(255, 255, 255, 1) 54%, rgba(255, 255, 255, 1) 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
|
|
0 commit comments