| OLD | NEW |
| 1 /* https://github.com/bgrins/spectrum */ | 1 /* https://github.com/bgrins/spectrum */ |
| 2 :host { | 2 :host { |
| 3 width: 226px; | 3 width: 226px; |
| 4 height: 240px; | 4 height: 240px; |
| 5 -webkit-user-select: none; | 5 -webkit-user-select: none; |
| 6 } | 6 } |
| 7 | 7 |
| 8 .spectrum-color { | 8 .spectrum-color { |
| 9 position: relative; | 9 position: relative; |
| 10 width: 226px; | 10 width: 226px; |
| (...skipping 104 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 115 display: inline-block; | 115 display: inline-block; |
| 116 width: 36px; | 116 width: 36px; |
| 117 overflow: hidden; | 117 overflow: hidden; |
| 118 text-align: center; | 118 text-align: center; |
| 119 border: 1px solid #dadada; | 119 border: 1px solid #dadada; |
| 120 border-radius: 2px; | 120 border-radius: 2px; |
| 121 margin-right: 6px; | 121 margin-right: 6px; |
| 122 line-height: 20px; | 122 line-height: 20px; |
| 123 font-size: 11px; | 123 font-size: 11px; |
| 124 padding: 0; | 124 padding: 0; |
| 125 -webkit-user-modify: read-write-plaintext-only; | |
| 126 color: #333; | 125 color: #333; |
| 127 white-space: nowrap; | 126 white-space: nowrap; |
| 128 } | 127 } |
| 129 | 128 |
| 130 .spectrum-text-label { | 129 .spectrum-text-label { |
| 131 letter-spacing: 35.5px; | 130 letter-spacing: 35.5px; |
| 132 margin-top: 8px; | 131 margin-top: 8px; |
| 133 display: block; | 132 display: block; |
| 134 color: #969696; | 133 color: #969696; |
| 135 margin-left: 15px; | 134 margin-left: 15px; |
| (...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 173 background-color: #EEEEEE; | 172 background-color: #EEEEEE; |
| 174 } | 173 } |
| 175 | 174 |
| 176 .spectrum-eye-dropper { | 175 .spectrum-eye-dropper { |
| 177 width: 32px; | 176 width: 32px; |
| 178 height: 24px; | 177 height: 24px; |
| 179 position: absolute; | 178 position: absolute; |
| 180 left: 12px; | 179 left: 12px; |
| 181 top: 144px; | 180 top: 144px; |
| 182 } | 181 } |
| OLD | NEW |