TeaWeb/shared/css/static/modal-volume.scss
2020-06-13 18:47:05 +02:00

49 lines
No EOL
636 B
SCSS

@import "mixin";
.modal-body.modal-volume {
@include user-select(none);
.info {
display: flex;
flex-direction: row;
justify-content: stretch;
.htmltag-client {
color: var(--text)!important;
margin-left: .25em;
}
div {
display: flex;
flex-direction: row;
justify-content: stretch;
}
.value {
margin-left: .25em;
}
}
.container-slider {
margin-top: 1em;
}
.buttons {
display: flex;
flex-direction: row;
justify-content: stretch;
margin-top: 2em;
.spacer {
flex-grow: 1;
flex-shrink: 1;
min-width: 0;
}
button:not(:last-of-type) {
margin-right: 1em;
}
}
}