13 lines
221 B
SCSS
13 lines
221 B
SCSS
:host {
|
|
display: flex;
|
|
flex-direction: row;
|
|
align-items: center;
|
|
justify-content: center;
|
|
width: 100%;
|
|
height: 100%;
|
|
gap: 6px;
|
|
}
|
|
|
|
.handover {
|
|
background-image: url('../../../../../assets/img/key_2.svg');
|
|
} |