2018-03-12 21:39:27 +13:00
|
|
|
|
|
|
|
|
.snapcast {
|
2018-05-03 07:56:48 +12:00
|
|
|
|
|
|
|
|
button {
|
2018-07-01 21:08:35 +12:00
|
|
|
margin-bottom: 0px;
|
2018-05-03 07:56:48 +12:00
|
|
|
}
|
2019-08-17 21:57:06 +12:00
|
|
|
|
2019-11-05 16:05:49 +13:00
|
|
|
&__mute-control {
|
|
|
|
|
display: inline-block;
|
|
|
|
|
float: left;
|
|
|
|
|
padding: 8px 5px 0;
|
|
|
|
|
border: 0;
|
|
|
|
|
color: colour(white);
|
|
|
|
|
background: transparent;
|
2019-08-17 21:57:06 +12:00
|
|
|
|
2019-11-05 16:05:49 +13:00
|
|
|
.light-theme & {
|
|
|
|
|
color: colour(darkest_grey);
|
2018-05-02 16:14:53 +12:00
|
|
|
}
|
2018-09-24 16:10:42 +12:00
|
|
|
}
|
2018-05-02 16:14:53 +12:00
|
|
|
|
2019-11-05 16:05:49 +13:00
|
|
|
&__volume-control {
|
|
|
|
|
padding: 10px 0 5px 35px;
|
|
|
|
|
display: block;
|
|
|
|
|
width: 100%;
|
|
|
|
|
box-sizing: border-box;
|
2018-09-24 16:10:42 +12:00
|
|
|
}
|
|
|
|
|
|
2019-11-05 16:05:49 +13:00
|
|
|
&__group,
|
|
|
|
|
&__client {
|
|
|
|
|
display: block;
|
2018-09-24 16:10:42 +12:00
|
|
|
}
|
|
|
|
|
|
2019-11-05 16:05:49 +13:00
|
|
|
&__groups {
|
2019-11-06 17:01:24 +13:00
|
|
|
padding-top: 20px;
|
2018-09-24 16:10:42 +12:00
|
|
|
|
2019-11-05 16:05:49 +13:00
|
|
|
.menu {
|
2019-11-06 17:01:24 +13:00
|
|
|
.menu-item {
|
|
|
|
|
width: 15%;
|
|
|
|
|
min-width: 100px;
|
|
|
|
|
max-width: 140px;
|
2018-09-25 17:00:04 +12:00
|
|
|
|
2019-11-05 16:05:49 +13:00
|
|
|
&__inner {
|
2019-11-06 17:01:24 +13:00
|
|
|
background: lighten(colour(dark_grey), 2%);
|
|
|
|
|
padding: 20px 10px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
&__icon {
|
|
|
|
|
font-size: 30px;
|
|
|
|
|
height: 30px;
|
|
|
|
|
margin-top: 5px;
|
|
|
|
|
margin-bottom: 10px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
&__title {
|
|
|
|
|
font-size: 14px;
|
2019-11-05 16:05:49 +13:00
|
|
|
}
|
2018-03-22 16:59:04 +13:00
|
|
|
|
2019-11-05 16:05:49 +13:00
|
|
|
&:hover {
|
|
|
|
|
.menu-item__inner {
|
2019-11-06 17:01:24 +13:00
|
|
|
background: lighten(colour(dark_grey), 8%);
|
2019-11-05 16:05:49 +13:00
|
|
|
}
|
|
|
|
|
}
|
2018-04-18 17:01:57 +12:00
|
|
|
|
2019-11-05 16:05:49 +13:00
|
|
|
&--active {
|
|
|
|
|
.menu-item__inner {
|
2019-11-06 17:01:24 +13:00
|
|
|
background: lighten(colour(dark_grey), 8%);
|
|
|
|
|
padding-bottom: 30px;
|
2019-11-05 16:05:49 +13:00
|
|
|
}
|
2018-09-25 17:00:04 +12:00
|
|
|
}
|
2018-04-18 17:01:57 +12:00
|
|
|
|
2019-11-05 16:05:49 +13:00
|
|
|
.light-theme & {
|
|
|
|
|
.menu-item__inner {
|
|
|
|
|
background: colour(faint_grey);
|
2018-09-25 17:00:04 +12:00
|
|
|
|
2019-11-05 16:05:49 +13:00
|
|
|
&:hover{
|
|
|
|
|
background: darken(colour(faint_grey), 8%);
|
|
|
|
|
}
|
2018-09-25 17:00:04 +12:00
|
|
|
|
2019-11-05 16:05:49 +13:00
|
|
|
&:after {
|
|
|
|
|
background: darken(colour(faint_grey), 8%);
|
|
|
|
|
}
|
|
|
|
|
}
|
2018-09-27 20:43:42 +12:00
|
|
|
|
2019-11-05 16:05:49 +13:00
|
|
|
&--active {
|
|
|
|
|
.menu-item__inner {
|
|
|
|
|
background: darken(colour(faint_grey), 8%);
|
|
|
|
|
}
|
2018-09-27 20:43:42 +12:00
|
|
|
}
|
2018-09-25 17:00:04 +12:00
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
2019-11-05 16:05:49 +13:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
&__group {
|
|
|
|
|
padding: 20px;
|
2019-11-06 17:01:24 +13:00
|
|
|
margin: 0 -20px -20px -20px;
|
2019-11-05 16:05:49 +13:00
|
|
|
border-radius: 0 0 3px 3px;
|
|
|
|
|
background: lighten(colour(dark_grey), 8%);
|
|
|
|
|
|
|
|
|
|
.field:last-child {
|
|
|
|
|
padding-bottom: 0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.light-theme & {
|
|
|
|
|
background: darken(colour(faint_grey), 8%);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
&__clients {
|
|
|
|
|
padding: 0 10px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
&__client {
|
|
|
|
|
@include clearfix();
|
|
|
|
|
padding: 0 !important;
|
2018-09-25 17:00:04 +12:00
|
|
|
|
2019-11-05 16:05:49 +13:00
|
|
|
&__details {
|
2018-09-25 17:00:04 +12:00
|
|
|
position: relative;
|
|
|
|
|
padding: 0 14px 14px 14px;
|
2018-09-24 21:37:59 +12:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
&__group-field {
|
|
|
|
|
position: absolute;
|
|
|
|
|
top: -2px;
|
|
|
|
|
right: -2px;
|
2018-04-18 17:01:57 +12:00
|
|
|
|
2018-09-24 16:10:42 +12:00
|
|
|
.icon {
|
|
|
|
|
padding-right: 0;
|
|
|
|
|
}
|
|
|
|
|
}
|
2018-03-23 16:54:56 +13:00
|
|
|
|
2018-09-24 16:10:42 +12:00
|
|
|
&__latency {
|
|
|
|
|
input[type="number"] {
|
|
|
|
|
width: 20%;
|
|
|
|
|
}
|
2018-03-26 10:36:13 +13:00
|
|
|
|
2018-09-24 16:10:42 +12:00
|
|
|
.latency-control {
|
|
|
|
|
display: inline-block;
|
|
|
|
|
vertical-align: middle;
|
|
|
|
|
padding-top: 4px;
|
|
|
|
|
width: 80%;
|
|
|
|
|
padding-right: 10px;
|
|
|
|
|
box-sizing: border-box;
|
|
|
|
|
|
|
|
|
|
.zero {
|
|
|
|
|
position: absolute;
|
|
|
|
|
top: -4px;
|
|
|
|
|
left: 50%;
|
|
|
|
|
bottom: 0;
|
|
|
|
|
width: 1px;
|
2018-10-13 14:28:46 +13:00
|
|
|
background: colour(grey);
|
2018-09-24 16:10:42 +12:00
|
|
|
z-index: 0;
|
|
|
|
|
}
|
2018-04-19 06:20:54 +12:00
|
|
|
|
2018-10-02 16:58:15 +13:00
|
|
|
.slider__track {
|
|
|
|
|
&__progress {
|
|
|
|
|
&--positive {
|
|
|
|
|
border-top-left-radius: 0;
|
|
|
|
|
border-bottom-left-radius: 0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
&--negative {
|
|
|
|
|
border-top-right-radius: 0;
|
|
|
|
|
border-bottom-right-radius: 0;
|
|
|
|
|
|
|
|
|
|
&:after {
|
|
|
|
|
right: auto;
|
|
|
|
|
left: -1px;
|
|
|
|
|
}
|
|
|
|
|
}
|
2018-04-19 08:05:42 +12:00
|
|
|
}
|
2018-03-26 10:36:13 +13:00
|
|
|
}
|
2018-03-22 16:59:04 +13:00
|
|
|
}
|
2018-03-12 21:39:27 +13:00
|
|
|
}
|
2018-09-24 16:10:42 +12:00
|
|
|
|
|
|
|
|
@include responsive($bp_medium){
|
|
|
|
|
padding-left: 0 !important;
|
|
|
|
|
padding-right: 0 !important;
|
|
|
|
|
padding-top: 0 !important;
|
|
|
|
|
}
|
2018-03-12 21:39:27 +13:00
|
|
|
}
|
|
|
|
|
}
|