mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-05-24 08:32:10 +00:00
13 lines
262 B
Text
13 lines
262 B
Text
// Copyright (C) 2017-2026 Smart code 203358507
|
|
|
|
.cast-devices-menu-container {
|
|
width: 16rem;
|
|
padding: 1rem;
|
|
|
|
.message {
|
|
padding: 1rem;
|
|
color: var(--primary-foreground-color);
|
|
opacity: 0.7;
|
|
text-align: center;
|
|
}
|
|
}
|