Inline syntax and selector syntax (CSS Tips - Open Stage Control) should not be mixed, this should work:
:host {
font-size:300%;
border-radius: 10%;
class:EQButton;
}
.item:nth-child(1) {
background: #3b3b3b;
opacity: 1;
}
Inline syntax and selector syntax (CSS Tips - Open Stage Control) should not be mixed, this should work:
:host {
font-size:300%;
border-radius: 10%;
class:EQButton;
}
.item:nth-child(1) {
background: #3b3b3b;
opacity: 1;
}