moved from kodorvan/understyle

This commit is contained in:
2025-11-23 17:20:17 +07:00
commit 603ef15147
28 changed files with 1072 additions and 0 deletions

15
minus.css Normal file
View File

@@ -0,0 +1,15 @@
@charset "UTF-8";
i.icon.minus {
position: relative;
width: 16px;
height: 2px;
box-sizing: border-box;
display: block;
border-radius: 10px;
background-color: currentColor;
&:is(.small) {
width: 10px;
}
}