10 lines
106 B
SCSS
10 lines
106 B
SCSS
:host {
|
|
i {
|
|
margin-right: 16px;
|
|
}
|
|
|
|
.close-button {
|
|
float: right;
|
|
cursor: pointer;
|
|
}
|
|
}
|