27 lines
406 B
SCSS
27 lines
406 B
SCSS
.small-round {
|
|
border-radius: 15px;
|
|
padding: 2px 9px !important;
|
|
font-size: 18px !important;
|
|
}
|
|
|
|
.popover-wrapper {
|
|
display: none;
|
|
position: fixed;
|
|
left: 50%;
|
|
margin-left: -280px;
|
|
top: 45px;
|
|
width: 210px;
|
|
height: 200px;
|
|
}
|
|
|
|
.player, .playlist {
|
|
display: none;
|
|
}
|
|
|
|
.ad_here {
|
|
display: block;
|
|
border: #e0e0e0 1px solid;
|
|
padding: 200px 20px;
|
|
font-size: 20px;
|
|
text-align: center;
|
|
} |