2024-12-07 14:17:37 -05:00
|
|
|
@use 'sass:color';
|
|
|
|
@use '../../style/colors';
|
|
|
|
|
|
|
|
.widget.audio {
|
2024-12-07 19:39:31 -05:00
|
|
|
.header {
|
|
|
|
.header-btn {
|
|
|
|
font-size: 30px;
|
|
|
|
margin: 5px;
|
|
|
|
transition: background 400ms;
|
|
|
|
|
|
|
|
&.active {
|
|
|
|
background: colors.$window_bg_color;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
scrollable {
|
|
|
|
margin: 5px;
|
|
|
|
min-height: 400px;
|
|
|
|
|
|
|
|
box {
|
|
|
|
.item-btn {
|
|
|
|
margin: 3px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2024-12-07 14:17:37 -05:00
|
|
|
.stream {
|
|
|
|
margin: 5px;
|
|
|
|
padding: 10px;
|
|
|
|
border-radius: 8px;
|
|
|
|
background-color: color.adjust(colors.$window_bg_color, $lightness: -3%);
|
2024-12-07 17:17:30 -05:00
|
|
|
|
|
|
|
.body {
|
|
|
|
.toggle {
|
|
|
|
padding: 5px;
|
|
|
|
|
|
|
|
icon {
|
|
|
|
font-size: 26px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2024-12-07 14:17:37 -05:00
|
|
|
}
|
|
|
|
}
|