stremio-web/src/routes/Player/CastDevicesMenu/styles.less
2026-05-20 16:00:30 +03:00

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;
}
}