18 lines
298 B
SCSS
18 lines
298 B
SCSS
:host {
|
|
position: absolute;
|
|
display: flex;
|
|
flex-direction: column;
|
|
position: absolute;
|
|
top: 24px;
|
|
left: 24px;
|
|
// width: 240px;
|
|
// height: 240px;
|
|
// background-color: var(--background-color);
|
|
// color: var(--primary-color);
|
|
z-index: 1;
|
|
}
|
|
|
|
img {
|
|
width: 92px;
|
|
height: 92px;
|
|
} |