19 lines
324 B
SCSS
19 lines
324 B
SCSS
.widget-volume {
|
|
background-color: #{"@noti-bg"};
|
|
padding: 8px;
|
|
margin: 8px;
|
|
border-radius: 12px;
|
|
}
|
|
|
|
.widget-volume > box > button {
|
|
background: transparent;
|
|
border: none;
|
|
}
|
|
|
|
.per-app-volume {
|
|
background-color: #{"@noti-bg-alt"};
|
|
padding: 4px 8px 8px 8px;
|
|
margin: 0px 8px 8px 8px;
|
|
border-radius: 12px;
|
|
}
|