mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-03-11 21:27:05 +00:00
54 lines
No EOL
1.1 KiB
Text
54 lines
No EOL
1.1 KiB
Text
@import (reference) '~stremio-colors/dist/less/stremio-colors.less';
|
|
|
|
.control-bar-container {
|
|
padding: 0 1.5rem;
|
|
|
|
.seek-bar {
|
|
--track-size: 0.5rem;
|
|
--thumb-size: 1.5rem;
|
|
|
|
height: 2.5rem;
|
|
}
|
|
|
|
.control-bar-buttons-container {
|
|
display: flex;
|
|
flex-direction: row;
|
|
align-items: center;
|
|
|
|
.control-bar-button {
|
|
flex: none;
|
|
width: 4rem;
|
|
height: 4rem;
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
|
|
&:global(.disabled) {
|
|
.icon {
|
|
fill: @color-surface;
|
|
}
|
|
}
|
|
|
|
.icon {
|
|
flex: none;
|
|
width: 3rem;
|
|
height: 2rem;
|
|
fill: @color-surface-light5;
|
|
}
|
|
}
|
|
|
|
.volume-slider {
|
|
--track-size: 0.4rem;
|
|
--thumb-size: 1.3rem;
|
|
|
|
flex: 0 1 16rem;
|
|
min-width: 10rem;
|
|
height: 4rem;
|
|
margin: 0 1rem;
|
|
}
|
|
|
|
.spacing {
|
|
flex: 1;
|
|
}
|
|
}
|
|
} |