22 lines
422 B
SCSS
22 lines
422 B
SCSS
@import "client/common";
|
|
|
|
.mute-selector-popup {
|
|
.bt-content {
|
|
height:40px;
|
|
width:210px;
|
|
background-color:#333;
|
|
overflow:auto;
|
|
border:1px solid #ED3618;
|
|
text-align:center;
|
|
font-family: 'Raleway', Arial, Helvetica, sans-serif;
|
|
ul {
|
|
@include vertical-align-column;
|
|
height:100%;
|
|
}
|
|
li {
|
|
font-size:14px;
|
|
margin-left:0px;
|
|
list-style-type: none;
|
|
}
|
|
}
|
|
} |