added color to modal and made the labels same font

This commit was merged in pull request #652.
This commit is contained in:
victorAnumudu
2024-03-19 22:42:52 +01:00
parent f779529cc6
commit 4e741f587c
11 changed files with 74 additions and 53 deletions
+16 -1
View File
@@ -154,8 +154,23 @@
@layer components{
.job-label{
@apply text-slate-900 dark:text-white tracking-wide font-semibold
@apply text-base text-slate-900 dark:text-white tracking-wide font-semibold
}
.job-label-flex{
@apply flex items-center gap-2
}
/* style for all modal header */
.modal-header-con{
@apply w-full flex items-center justify-between lg:px-10 lg:py-8 px-[30px] py-[23px] bg-sky-blue/50 border-b dark:border-[#5356fb29] border-light-purple
}
.modal-title{
@apply text-2xl leading-8 font-bold text-dark-gray dark:text-white tracking-wide flex items-center
}
.modal-close-btn{
@apply text-[#000] dark:text-red-500
}
/* end of style for all modal header */
}
/* ===================== EXTRA ===================== */