121 lines
1.7 KiB
SCSS
121 lines
1.7 KiB
SCSS
@import "client/common.css.scss";
|
|
@charset "UTF-8";
|
|
|
|
#configure-tracks-dialog {
|
|
min-height: 700px;
|
|
max-height: 700px;
|
|
width:800px;
|
|
|
|
&[current-screen="account/audio"] {
|
|
.btn-add-new-audio-gear {
|
|
display:none;
|
|
}
|
|
}
|
|
|
|
.sub-header {
|
|
color:white;
|
|
margin-bottom:10px;
|
|
}
|
|
.certified-audio-profile-section {
|
|
|
|
height:53px;
|
|
|
|
.easydropdown {
|
|
width:120px;
|
|
}
|
|
|
|
.easydropdown-wrapper {
|
|
width:120px;
|
|
}
|
|
|
|
.dropdown-container {
|
|
min-width:138px;
|
|
}
|
|
}
|
|
|
|
.column {
|
|
position:relative;
|
|
float:left;
|
|
vertical-align:top;
|
|
@include border_box_sizing;
|
|
padding: 20px 20px 0 0;
|
|
}
|
|
|
|
.sub-column {
|
|
position:relative;
|
|
float:left;
|
|
vertical-align:top;
|
|
@include border_box_sizing;
|
|
}
|
|
|
|
.tab[tab-id="music-audio"] {
|
|
.column {
|
|
&:nth-of-type(1) {
|
|
width: 30%;
|
|
}
|
|
|
|
&:nth-of-type(2) {
|
|
width: 70%;
|
|
}
|
|
}
|
|
|
|
.sub-column {
|
|
&:nth-of-type(1) {
|
|
width: 80%;
|
|
}
|
|
|
|
&:nth-of-type(2) {
|
|
width: 20%;
|
|
}
|
|
}
|
|
}
|
|
|
|
.tab[tab-id="voice-chat"] {
|
|
.column {
|
|
&:nth-of-type(1) {
|
|
width: 50%;
|
|
}
|
|
|
|
&:nth-of-type(2) {
|
|
width: 50%;
|
|
}
|
|
}
|
|
}
|
|
|
|
.unused-audio-inputs-section {
|
|
margin-top:20px;
|
|
height:270px;
|
|
}
|
|
|
|
.unused-audio-outputs-section {
|
|
margin-top:20px;
|
|
height:80px;
|
|
}
|
|
|
|
.input-tracks-section {
|
|
height:363px;
|
|
}
|
|
|
|
.output-channels-section {
|
|
height:80px;
|
|
}
|
|
|
|
.buttons {
|
|
bottom: 25px;
|
|
position: absolute;
|
|
right: 25px;
|
|
left:25px;
|
|
}
|
|
|
|
.btn-add-new-audio-gear {
|
|
float:left;
|
|
}
|
|
|
|
.btn-cancel {
|
|
float:right;
|
|
}
|
|
|
|
.btn-update-settings {
|
|
float:right;
|
|
}
|
|
} |