15 lines
171 B
SCSS
15 lines
171 B
SCSS
:host {
|
|
display: block;
|
|
|
|
img {
|
|
border-radius: 0.2rem;
|
|
height: 0.8rem;
|
|
width: 0.8rem;
|
|
|
|
&.large {
|
|
height: 1.4rem;
|
|
width: 1.4rem;
|
|
}
|
|
}
|
|
}
|