36 lines
437 B
SCSS
36 lines
437 B
SCSS
@import "client/common";
|
|
|
|
#configure-outputs-dialog {
|
|
width: 425px;
|
|
|
|
.dialog-inner {
|
|
width: auto;
|
|
}
|
|
|
|
h3 {
|
|
color: white;
|
|
font-weight: bold;
|
|
margin-bottom: 10px;
|
|
}
|
|
|
|
.actions {
|
|
clear: both;
|
|
text-align: center;
|
|
}
|
|
|
|
p {
|
|
margin-bottom:10px;
|
|
line-height:125%;
|
|
}
|
|
|
|
select {
|
|
width: 100%;
|
|
|
|
&.output-1 {
|
|
margin-bottom:15px;
|
|
}
|
|
&.output-2 {
|
|
margin-bottom:50px;
|
|
}
|
|
}
|
|
} |