summaryrefslogtreecommitdiff
path: root/src/styles
diff options
context:
space:
mode:
authorHATEC\SPVDEV001 <tri.susilo@altama.co.id>2023-03-27 11:28:58 +0700
committerHATEC\SPVDEV001 <tri.susilo@altama.co.id>2023-03-27 11:28:58 +0700
commite77ab00b04426f85d04d211f5ab4a511e754ed4f (patch)
tree191721d87e780df07dabf06fb0136fa9d6de0b68 /src/styles
parent8876e48c35f41b77e61ba90bd95ab4c993d67e9e (diff)
parentbc04e721d51e149709ab3cfaf5e77ef034511860 (diff)
Merge branch 'master' of https://bitbucket.org/altafixco/next-indoteknik
Diffstat (limited to 'src/styles')
-rw-r--r--src/styles/globals.css36
1 files changed, 30 insertions, 6 deletions
diff --git a/src/styles/globals.css b/src/styles/globals.css
index 90761309..d43dad1f 100644
--- a/src/styles/globals.css
+++ b/src/styles/globals.css
@@ -394,10 +394,6 @@ button {
@apply !border-yellow_r-9;
}
-nav:has(> div.overlay) {
- @apply z-0;
-}
-
.table-specification {
@apply max-h-[500px] overflow-y-auto border border-gray_r-6;
}
@@ -463,6 +459,33 @@ nav:has(> div.overlay) {
@apply font-medium;
}
+.table-data {
+ @apply w-full;
+}
+
+.table-data thead tr {
+ @apply bg-gray_r-3;
+}
+
+.table-data thead th {
+ @apply font-medium;
+}
+
+.table-data thead th,
+.table-data tbody td {
+ @apply py-3
+ text-center;
+}
+
+.table-data tbody td {
+ @apply text-gray_r-12/90;
+}
+
+.table-data tbody tr {
+ @apply border-b
+ border-gray_r-6;
+}
+
.navbar-user-dropdown-button {
@apply flex-1
flex
@@ -480,8 +503,9 @@ nav:has(> div.overlay) {
@apply line-clamp-1;
}
-.navbar-user-dropdown-wrapper a {
- @apply text-gray_r-12/80 hover:bg-gray_r-5 font-medium py-2 px-4;
+.navbar-user-dropdown-wrapper a,
+.navbar-user-dropdown-wrapper button {
+ @apply text-gray_r-12/80 hover:bg-gray_r-5 font-medium py-2 px-4 w-full text-left;
}
.navbar-user-dropdown {