|
1 | 1 | .q-color-picker |
2 | 2 | overflow: hidden |
3 | | - background: white |
| 3 | + background: #fff |
4 | 4 | max-width: 350px |
5 | 5 | vertical-align: top |
6 | 6 |
|
|
27 | 27 |
|
28 | 28 | &__header-content |
29 | 29 | position: relative |
30 | | - background: white |
| 30 | + background: #fff |
31 | 31 |
|
32 | 32 | &--light |
33 | | - color: black |
| 33 | + color: #000 |
34 | 34 |
|
35 | 35 | &--dark |
36 | | - color: white |
| 36 | + color: #fff |
37 | 37 | .q-tab--inactive |
38 | 38 | &:before |
39 | 39 | content: '' |
|
47 | 47 | &__header-banner |
48 | 48 | height: 52px |
49 | 49 | &__header-bg |
50 | | - background: white |
| 50 | + background: #fff |
51 | 51 | background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAH0lEQVQoU2NkYGAwZkAFZ5G5jPRRgOYEVDeB3EBjBQBOZwTVugIGyAAAAABJRU5ErkJggg==') !important |
52 | 52 |
|
53 | 53 | &__footer |
|
64 | 64 | padding: 10px |
65 | 65 |
|
66 | 66 | &__spectrum-white |
67 | | - background: linear-gradient(to right, white, rgba(255, 255, 255, 0)) |
| 67 | + background: linear-gradient(to right, #fff, rgba(255, 255, 255, 0)) |
68 | 68 |
|
69 | 69 | &__spectrum-black |
70 | | - background: linear-gradient(to top, black, rgba(0, 0, 0, 0)) |
| 70 | + background: linear-gradient(to top, #000, rgba(0, 0, 0, 0)) |
71 | 71 |
|
72 | 72 | &__spectrum-circle |
73 | 73 | width: 10px |
74 | 74 | height: 10px |
75 | | - box-shadow: 0 0 0 1.5px white, inset 0 0 1px 1px rgba(0, 0, 0, .3), 0 0 1px 2px rgba(0, 0, 0, .4) |
| 75 | + box-shadow: 0 0 0 1.5px #fff, inset 0 0 1px 1px rgba(0, 0, 0, .3), 0 0 1px 2px rgba(0, 0, 0, .4) |
76 | 76 | border-radius: 50% |
77 | 77 | transform: translate(-5px, -5px) |
78 | 78 |
|
|
81 | 81 | opacity: 1 |
82 | 82 |
|
83 | 83 | &__alpha .q-slider__track-container |
84 | | - color: white |
| 84 | + color: #fff |
85 | 85 | opacity: 1 |
86 | 86 | height: 8px |
87 | | - background-color: white |
| 87 | + background-color: #fff |
88 | 88 | background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAH0lEQVQoU2NkYGAwZkAFZ5G5jPRRgOYEVDeB3EBjBQBOZwTVugIGyAAAAABJRU5ErkJggg==') !important |
89 | 89 | &:after |
90 | 90 | content: '' |
|
161 | 161 | &--dark |
162 | 162 |
|
163 | 163 | background: $grey-9 |
164 | | - color: white |
| 164 | + color: #fff |
165 | 165 |
|
166 | 166 | .q-color-picker__tune-tab input |
167 | 167 | border: 1px solid rgba(#fff, .3) |
|
0 commit comments