enhance: clear background button icon

This commit is contained in:
Konstantinos Kaloutas
2022-08-17 19:23:25 +03:00
committed by Andelf
parent 93c87c0d5d
commit cd563a286e
2 changed files with 9 additions and 1 deletions

View File

@@ -844,6 +844,14 @@ i.ti {
border-radius: 50%;
width: 12px;
height: 12px;
&.remove {
@apply border flex items-center justify-center;
font-size: 11px;
box-sizing: border-box;
border-color: var(--border-color);
}
}
/** endregion **/