|
37 | 37 | height: calc(var(--os-item-edge-length) + (2 * var(--os-item-border-width)));
|
38 | 38 | margin: 0px;
|
39 | 39 | border-radius: 50px;
|
40 |
| - border: var(--os-item-border-width) solid #666666; |
| 40 | + border: var(--os-item-border-width) solid var(--os-gray-600); |
41 | 41 | padding: 0px;
|
42 | 42 | font-size: 16px;
|
43 | 43 | background: white;
|
44 | 44 | &:hover {
|
45 | 45 | background-color: rgba(0, 0, 0, 0.08);
|
46 |
| - outline: 1px solid gray; |
| 46 | + outline: 1px solid var(--os-gray-500); |
47 | 47 | cursor: pointer;
|
48 | 48 | }
|
49 | 49 | }
|
50 | 50 | .o-buttons {
|
51 | 51 | padding: var(--os-picker-padding);
|
52 | 52 | display: flex;
|
53 | 53 | .o-cancel {
|
54 |
| - border: var(--os-item-border-width) solid #c0c0c0; |
| 54 | + border: var(--os-item-border-width) solid var(--os-gray-300); |
55 | 55 | width: 100%;
|
56 | 56 | padding: 5px;
|
57 | 57 | font-size: 14px;
|
|
63 | 63 | }
|
64 | 64 | }
|
65 | 65 | .o-add-button {
|
66 |
| - border: var(--os-item-border-width) solid #c0c0c0; |
| 66 | + border: var(--os-item-border-width) solid var(--os-gray-300); |
67 | 67 | padding: 4px;
|
68 | 68 | background: white;
|
69 | 69 | border-radius: 4px;
|
|
82 | 82 | position: relative;
|
83 | 83 | .o-gradient {
|
84 | 84 | margin-bottom: calc(var(--os-magnifier-edge) / 2);
|
85 |
| - border: var(--os-item-border-width) solid #c0c0c0; |
| 85 | + border: var(--os-item-border-width) solid var(--os-gray-300); |
86 | 86 | width: calc(var(--os-inner-gradient-width) + (2 * var(--os-item-border-width)));
|
87 | 87 | height: calc(var(--os-inner-gradient-height) + (2 * var(--os-item-border-width)));
|
88 | 88 | position: relative;
|
|
93 | 93 | width: var(--os-magnifier-edge);
|
94 | 94 | border-radius: 50%;
|
95 | 95 | border: 2px solid #fff;
|
96 |
| - box-shadow: 0px 0px 3px #c0c0c0; |
| 96 | + box-shadow: 0px 0px 3px var(--os-gray-300); |
97 | 97 | position: absolute;
|
98 | 98 | z-index: 2;
|
99 | 99 | }
|
|
104 | 104 | background: linear-gradient(to top, #000 0%, transparent 100%);
|
105 | 105 | }
|
106 | 106 | .o-hue-picker {
|
107 |
| - border: var(--os-item-border-width) solid #c0c0c0; |
| 107 | + border: var(--os-item-border-width) solid var(--os-gray-300); |
108 | 108 | width: 100%;
|
109 | 109 | height: 12px;
|
110 | 110 | border-radius: 4px;
|
|
135 | 135 | border-radius: 4px;
|
136 | 136 | padding: 4px 23px 4px 10px;
|
137 | 137 | height: 24px;
|
138 |
| - border: 1px solid #c0c0c0; |
| 138 | + border: 1px solid var(--os-gray-300); |
139 | 139 | margin-right: 2px;
|
140 | 140 | }
|
141 | 141 | .o-wrong-color {
|
|
154 | 154 | justify-content: end;
|
155 | 155 | }
|
156 | 156 | .o-color-preview {
|
157 |
| - border: 1px solid #c0c0c0; |
| 157 | + border: 1px solid var(--os-gray-300); |
158 | 158 | border-radius: 4px;
|
159 | 159 | width: 50%;
|
160 | 160 | }
|
|
0 commit comments