mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-03-11 21:27:05 +00:00
18 lines
No EOL
421 B
Text
18 lines
No EOL
421 B
Text
// Copyright (C) 2017-2020 Smart code 203358507
|
|
|
|
@import (reference) '~stremio-colors/dist/less/stremio-colors.less';
|
|
|
|
.button-container {
|
|
outline-width: var(--focus-outline-size);
|
|
outline-color: @color-surface-light5;
|
|
outline-offset: calc(-1 * var(--focus-outline-size));
|
|
cursor: pointer;
|
|
|
|
&:focus {
|
|
outline-style: solid;
|
|
}
|
|
|
|
&:global(.disabled) {
|
|
pointer-events: none;
|
|
}
|
|
} |