added icons and moved to the css directory
This commit is contained in:
15
css/minus.css
Normal file
15
css/minus.css
Normal 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;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user