39 lines
791 B
SCSS
39 lines
791 B
SCSS
@import "client/common";
|
|
|
|
.vst-effects-popup {
|
|
margin-top: 3px;
|
|
margin-left: 120px;
|
|
|
|
.bt-content {
|
|
width:220px;
|
|
background-color:#333;
|
|
overflow:auto;
|
|
border:1px solid #ED3618;
|
|
text-align:left;
|
|
font-family: 'Raleway', Arial, Helvetica, sans-serif;
|
|
ul {
|
|
@include vertical-align-column;
|
|
height:100%;
|
|
margin-left: 0 !important;
|
|
}
|
|
li {
|
|
font-size:12px;
|
|
margin-left:0 !important;
|
|
list-style-type: none;
|
|
margin-bottom:0 !important;
|
|
|
|
padding:7px 0 10px 0;
|
|
|
|
.vst-name {
|
|
text-overflow:ellipsis;
|
|
overflow:hidden;
|
|
}
|
|
&:nth-of-type(1) {
|
|
|
|
border-width:0 0 1px 0 !important;
|
|
border-style:solid !important;;
|
|
border-color:#ED3618 !important;;
|
|
}
|
|
}
|
|
}
|
|
} |