mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-05-09 22:51:42 +00:00
20 lines
No EOL
405 B
Text
20 lines
No EOL
405 B
Text
.root-container {
|
|
width: 100%;
|
|
height: 100%;
|
|
color: var(--color-surfacelighter);
|
|
// line-height: 100vh;
|
|
// text-align: center;
|
|
button {
|
|
color: var(--color-surfacelighter);
|
|
background-color: var(--color-primarydark);
|
|
padding: .5rem;
|
|
margin: .5rem;
|
|
|
|
}
|
|
}
|
|
|
|
.toasts-container {
|
|
width: 30rem;
|
|
pointer-events: none;
|
|
left: auto !important;
|
|
} |