mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-03-11 21:27:05 +00:00
33 lines
No EOL
745 B
Text
33 lines
No EOL
745 B
Text
@import (reference) '~stremio-colors/dist/less/stremio-colors.less';
|
|
|
|
.color-input-container {
|
|
position: relative;
|
|
z-index: 0;
|
|
|
|
.transparent-label-container {
|
|
position: absolute;
|
|
top: 0;
|
|
right: 0;
|
|
bottom: 0;
|
|
left: 0;
|
|
z-index: 1;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
padding: 0 0.5rem;
|
|
border: thin solid @color-surface-light5-20;
|
|
pointer-events: none;
|
|
|
|
.transparent-label {
|
|
flex: 1;
|
|
text-align: center;
|
|
color: @color-surface-light5;
|
|
white-space: nowrap;
|
|
text-overflow: ellipsis;
|
|
}
|
|
}
|
|
}
|
|
|
|
.color-picker-container {
|
|
margin: 1rem 0;
|
|
} |