mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-03-11 21:27:05 +00:00
44 lines
No EOL
926 B
Text
44 lines
No EOL
926 B
Text
@import (reference) '~stremio-colors/dist/less/stremio-colors.less';
|
|
|
|
:import('~stremio/common/ModalDialog/styles.less') {
|
|
label: label;
|
|
}
|
|
|
|
.addon-details-modal-container {
|
|
.addon-details-container, .addon-details-message-container {
|
|
max-width: 100%;
|
|
}
|
|
|
|
.install-button, .uninstall-button, .cancel-button {
|
|
.label {
|
|
font-size: 1.2rem;
|
|
font-weight: 500;
|
|
}
|
|
}
|
|
|
|
.uninstall-button, .cancel-button {
|
|
&:focus {
|
|
outline-color: @color-background-dark5;
|
|
}
|
|
}
|
|
|
|
.cancel-button {
|
|
background-color: transparent;
|
|
|
|
&:hover {
|
|
background-color: @color-surface-light3;
|
|
}
|
|
|
|
.label {
|
|
color: @color-surface-dark2;
|
|
}
|
|
}
|
|
|
|
.uninstall-button {
|
|
background-color: @color-accent2;
|
|
|
|
&:hover {
|
|
background-color: @color-accent2-light2;
|
|
}
|
|
}
|
|
} |