5 lines
93 B
SCSS
5 lines
93 B
SCSS
:host > div {
|
|
width: var(--circle-button-size);
|
|
height: var(--circle-button-size);
|
|
}
|