mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-03-11 21:27:05 +00:00
47 lines
No EOL
1,001 B
Text
47 lines
No EOL
1,001 B
Text
// Copyright (C) 2017-2023 Smart code 203358507
|
|
|
|
@import (reference) '~@stremio/stremio-colors/less/stremio-colors.less';
|
|
|
|
:import('~stremio/common/ModalDialog/styles.less') {
|
|
label: label;
|
|
}
|
|
|
|
.addon-details-modal-container {
|
|
.addon-details-container, .addon-details-message-container {
|
|
width: 40rem;
|
|
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;
|
|
}
|
|
}
|
|
} |