Add custom hr class style

This commit is contained in:
Sat Naing
2022-09-11 11:43:03 +06:30
parent 1004715074
commit 5401fd7a44
+3
View File
@@ -48,6 +48,9 @@
.btn-blue { .btn-blue {
@apply bg-blue-500 hover:bg-blue-700 text-white font-bold py-2 px-4 rounded; @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 { .display-none {
@apply hidden; @apply hidden;
} }