remove unused class

This commit is contained in:
Barış Soner Uşaklı
2023-01-18 20:02:13 -05:00
parent 5fe84d95b1
commit bebba646a8

View File

@@ -41,23 +41,6 @@
}
}
.category-list {
padding: 0;
li {
@include inline-block;
@include pointer;
padding: 0.5em;
margin: 0.25em;
@include border-radius(3px);
&.disabled {
background-color: $gray-600!important;
opacity: 0.5;
}
}
}
@mixin user-icon() {
display: inline-flex;
justify-content: center;