mirror of
https://github.com/status-im/MyCrypto.git
synced 2025-01-11 19:44:21 +00:00
c9676cac62
* (Reapplied) Upgrade to Webpack 4 * remove yarn.lock from gitignore * add yarn.lock * custom hashing for css and client bundle filenames * add hash-files dep * update deps * add .wwp-cache to .gitignore * use latest git hash as filename hash * remove unused hash-files dep * update favicon plugin * remove yarn.lock
24 lines
406 B
SCSS
24 lines
406 B
SCSS
.ColorDropdown {
|
|
&-item {
|
|
position: relative;
|
|
padding-right: 10px;
|
|
border-left: 2px solid #fff;
|
|
|
|
&-remove {
|
|
position: absolute;
|
|
top: 50%;
|
|
right: 5px;
|
|
width: 15px;
|
|
height: 15px;
|
|
opacity: 0.5;
|
|
cursor: pointer;
|
|
// Z fixes clipping issue
|
|
transform: translateY(-50%) translateZ(0);
|
|
|
|
&:hover {
|
|
opacity: 1;
|
|
}
|
|
}
|
|
}
|
|
}
|