16 lines
217 B
CSS
16 lines
217 B
CSS
@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;
|
|
}
|
|
}
|