Remove usused btn-blue and h-row class styles

This commit is contained in:
Sat Naing
2022-09-11 12:14:18 +06:30
parent b41febecd8
commit 66a827dca2
-6
View File
@@ -45,12 +45,6 @@
}
@layer components {
.btn-blue {
@apply bg-blue-500 hover:bg-blue-700 text-white font-bold py-2 px-4 rounded;
}
.h-row {
@apply border-skin-line max-w-3xl mx-4;
}
.display-none {
@apply hidden;
}