add border-muted utility

This commit is contained in:
Barış Soner Uşaklı
2022-10-02 01:40:10 -04:00
parent dfe69400ac
commit 415f65cd79

View File

@@ -175,6 +175,10 @@
}
}
.border-muted {
border-color: $text-muted!important;
}
// some classes that are used commonly in themes from bs3
.hidden, .hide {
display: none!important;