diff --git a/public/themes/aura-dark-amber/theme.css b/public/themes/aura-dark-amber/theme.css index 11199ee7b..ca2709009 100644 --- a/public/themes/aura-dark-amber/theme.css +++ b/public/themes/aura-dark-amber/theme.css @@ -494,7 +494,7 @@ padding: 0 0 0.5rem 0; color: #ffffff; background: transparent; - font-weight: 600; + font-weight: 500; margin: 0 0 0 0; border-bottom: 1px solid #3f3f46; border-top-right-radius: 6px; @@ -530,7 +530,7 @@ .p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-month { color: #ffffff; transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s, outline-color 0.2s; - font-weight: 600; + font-weight: 500; padding: 0.25rem; } .p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-year:enabled:hover, @@ -1155,7 +1155,7 @@ border-radius: 30px; } .p-inputswitch .p-inputswitch-slider { - background: #3f3f46; + background: #27272a; transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s, outline-color 0.2s; border-radius: 30px; outline-color: transparent; @@ -1177,7 +1177,7 @@ transform: translateX(1rem); } .p-inputswitch:not(.p-disabled):has(.p-inputswitch-input:hover) .p-inputswitch-slider { - background: #3f3f46; + background: #27272a; } .p-inputswitch:not(.p-disabled):has(.p-inputswitch-input:hover).p-highlight .p-inputswitch-slider { background: #fcd34d; @@ -5980,12 +5980,14 @@ margin-top: 0.5rem; padding-top: 0.5rem; } + .p-datepicker table th { + font-weight: 500; + } .p-card { border-radius: 12px; display: flex; flex-direction: column; - gap: 1rem; } .p-card .p-card-caption { display: flex; @@ -6075,6 +6077,12 @@ .p-chip .p-chip-remove-icon { margin-left: 0.375rem; } + .p-chip:has(.p-chip-remove-icon) { + padding-right: 0.5rem; + } + .p-chip img { + margin-left: -0.5rem; + } .p-colorpicker-preview { padding: 0; @@ -6694,7 +6702,7 @@ color: #a1a1aa; transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s, outline-color 0.2s; box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12); - box-shadow: 0px 0px 10px 50px rgba(0, 0, 0, 0.2); + box-shadow: 0px 0px 10px 50px rgba(24, 24, 27, 0.5); } .p-tabview .p-tabview-nav-btn.p-link:hover { color: #ffffff; diff --git a/public/themes/aura-dark-blue/theme.css b/public/themes/aura-dark-blue/theme.css index a01884e1a..bb93980b7 100644 --- a/public/themes/aura-dark-blue/theme.css +++ b/public/themes/aura-dark-blue/theme.css @@ -494,7 +494,7 @@ padding: 0 0 0.5rem 0; color: #ffffff; background: transparent; - font-weight: 600; + font-weight: 500; margin: 0 0 0 0; border-bottom: 1px solid #3f3f46; border-top-right-radius: 6px; @@ -530,7 +530,7 @@ .p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-month { color: #ffffff; transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s, outline-color 0.2s; - font-weight: 600; + font-weight: 500; padding: 0.25rem; } .p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-year:enabled:hover, @@ -1155,7 +1155,7 @@ border-radius: 30px; } .p-inputswitch .p-inputswitch-slider { - background: #3f3f46; + background: #27272a; transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s, outline-color 0.2s; border-radius: 30px; outline-color: transparent; @@ -1177,7 +1177,7 @@ transform: translateX(1rem); } .p-inputswitch:not(.p-disabled):has(.p-inputswitch-input:hover) .p-inputswitch-slider { - background: #3f3f46; + background: #27272a; } .p-inputswitch:not(.p-disabled):has(.p-inputswitch-input:hover).p-highlight .p-inputswitch-slider { background: #93c5fd; @@ -5980,12 +5980,14 @@ margin-top: 0.5rem; padding-top: 0.5rem; } + .p-datepicker table th { + font-weight: 500; + } .p-card { border-radius: 12px; display: flex; flex-direction: column; - gap: 1rem; } .p-card .p-card-caption { display: flex; @@ -6075,6 +6077,12 @@ .p-chip .p-chip-remove-icon { margin-left: 0.375rem; } + .p-chip:has(.p-chip-remove-icon) { + padding-right: 0.5rem; + } + .p-chip img { + margin-left: -0.5rem; + } .p-colorpicker-preview { padding: 0; @@ -6694,7 +6702,7 @@ color: #a1a1aa; transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s, outline-color 0.2s; box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12); - box-shadow: 0px 0px 10px 50px rgba(0, 0, 0, 0.2); + box-shadow: 0px 0px 10px 50px rgba(24, 24, 27, 0.5); } .p-tabview .p-tabview-nav-btn.p-link:hover { color: #ffffff; diff --git a/public/themes/aura-dark-cyan/theme.css b/public/themes/aura-dark-cyan/theme.css index 4914c3b15..4c5982373 100644 --- a/public/themes/aura-dark-cyan/theme.css +++ b/public/themes/aura-dark-cyan/theme.css @@ -494,7 +494,7 @@ padding: 0 0 0.5rem 0; color: #ffffff; background: transparent; - font-weight: 600; + font-weight: 500; margin: 0 0 0 0; border-bottom: 1px solid #3f3f46; border-top-right-radius: 6px; @@ -530,7 +530,7 @@ .p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-month { color: #ffffff; transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s, outline-color 0.2s; - font-weight: 600; + font-weight: 500; padding: 0.25rem; } .p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-year:enabled:hover, @@ -1155,7 +1155,7 @@ border-radius: 30px; } .p-inputswitch .p-inputswitch-slider { - background: #3f3f46; + background: #27272a; transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s, outline-color 0.2s; border-radius: 30px; outline-color: transparent; @@ -1177,7 +1177,7 @@ transform: translateX(1rem); } .p-inputswitch:not(.p-disabled):has(.p-inputswitch-input:hover) .p-inputswitch-slider { - background: #3f3f46; + background: #27272a; } .p-inputswitch:not(.p-disabled):has(.p-inputswitch-input:hover).p-highlight .p-inputswitch-slider { background: #67e8f9; @@ -5980,12 +5980,14 @@ margin-top: 0.5rem; padding-top: 0.5rem; } + .p-datepicker table th { + font-weight: 500; + } .p-card { border-radius: 12px; display: flex; flex-direction: column; - gap: 1rem; } .p-card .p-card-caption { display: flex; @@ -6075,6 +6077,12 @@ .p-chip .p-chip-remove-icon { margin-left: 0.375rem; } + .p-chip:has(.p-chip-remove-icon) { + padding-right: 0.5rem; + } + .p-chip img { + margin-left: -0.5rem; + } .p-colorpicker-preview { padding: 0; @@ -6694,7 +6702,7 @@ color: #a1a1aa; transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s, outline-color 0.2s; box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12); - box-shadow: 0px 0px 10px 50px rgba(0, 0, 0, 0.2); + box-shadow: 0px 0px 10px 50px rgba(24, 24, 27, 0.5); } .p-tabview .p-tabview-nav-btn.p-link:hover { color: #ffffff; diff --git a/public/themes/aura-dark-green/theme.css b/public/themes/aura-dark-green/theme.css index fe347c0da..cf8246440 100644 --- a/public/themes/aura-dark-green/theme.css +++ b/public/themes/aura-dark-green/theme.css @@ -494,7 +494,7 @@ padding: 0 0 0.5rem 0; color: #ffffff; background: transparent; - font-weight: 600; + font-weight: 500; margin: 0 0 0 0; border-bottom: 1px solid #3f3f46; border-top-right-radius: 6px; @@ -530,7 +530,7 @@ .p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-month { color: #ffffff; transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s, outline-color 0.2s; - font-weight: 600; + font-weight: 500; padding: 0.25rem; } .p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-year:enabled:hover, @@ -1155,7 +1155,7 @@ border-radius: 30px; } .p-inputswitch .p-inputswitch-slider { - background: #3f3f46; + background: #27272a; transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s, outline-color 0.2s; border-radius: 30px; outline-color: transparent; @@ -1177,7 +1177,7 @@ transform: translateX(1rem); } .p-inputswitch:not(.p-disabled):has(.p-inputswitch-input:hover) .p-inputswitch-slider { - background: #3f3f46; + background: #27272a; } .p-inputswitch:not(.p-disabled):has(.p-inputswitch-input:hover).p-highlight .p-inputswitch-slider { background: #6ee7b7; @@ -5980,12 +5980,14 @@ margin-top: 0.5rem; padding-top: 0.5rem; } + .p-datepicker table th { + font-weight: 500; + } .p-card { border-radius: 12px; display: flex; flex-direction: column; - gap: 1rem; } .p-card .p-card-caption { display: flex; @@ -6075,6 +6077,12 @@ .p-chip .p-chip-remove-icon { margin-left: 0.375rem; } + .p-chip:has(.p-chip-remove-icon) { + padding-right: 0.5rem; + } + .p-chip img { + margin-left: -0.5rem; + } .p-colorpicker-preview { padding: 0; @@ -6694,7 +6702,7 @@ color: #a1a1aa; transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s, outline-color 0.2s; box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12); - box-shadow: 0px 0px 10px 50px rgba(0, 0, 0, 0.2); + box-shadow: 0px 0px 10px 50px rgba(24, 24, 27, 0.5); } .p-tabview .p-tabview-nav-btn.p-link:hover { color: #ffffff; diff --git a/public/themes/aura-dark-indigo/theme.css b/public/themes/aura-dark-indigo/theme.css index 1492bc031..2a40539f2 100644 --- a/public/themes/aura-dark-indigo/theme.css +++ b/public/themes/aura-dark-indigo/theme.css @@ -494,7 +494,7 @@ padding: 0 0 0.5rem 0; color: #ffffff; background: transparent; - font-weight: 600; + font-weight: 500; margin: 0 0 0 0; border-bottom: 1px solid #3f3f46; border-top-right-radius: 6px; @@ -530,7 +530,7 @@ .p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-month { color: #ffffff; transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s, outline-color 0.2s; - font-weight: 600; + font-weight: 500; padding: 0.25rem; } .p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-year:enabled:hover, @@ -1155,7 +1155,7 @@ border-radius: 30px; } .p-inputswitch .p-inputswitch-slider { - background: #3f3f46; + background: #27272a; transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s, outline-color 0.2s; border-radius: 30px; outline-color: transparent; @@ -1177,7 +1177,7 @@ transform: translateX(1rem); } .p-inputswitch:not(.p-disabled):has(.p-inputswitch-input:hover) .p-inputswitch-slider { - background: #3f3f46; + background: #27272a; } .p-inputswitch:not(.p-disabled):has(.p-inputswitch-input:hover).p-highlight .p-inputswitch-slider { background: #a5b4fc; @@ -5980,12 +5980,14 @@ margin-top: 0.5rem; padding-top: 0.5rem; } + .p-datepicker table th { + font-weight: 500; + } .p-card { border-radius: 12px; display: flex; flex-direction: column; - gap: 1rem; } .p-card .p-card-caption { display: flex; @@ -6075,6 +6077,12 @@ .p-chip .p-chip-remove-icon { margin-left: 0.375rem; } + .p-chip:has(.p-chip-remove-icon) { + padding-right: 0.5rem; + } + .p-chip img { + margin-left: -0.5rem; + } .p-colorpicker-preview { padding: 0; @@ -6694,7 +6702,7 @@ color: #a1a1aa; transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s, outline-color 0.2s; box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12); - box-shadow: 0px 0px 10px 50px rgba(0, 0, 0, 0.2); + box-shadow: 0px 0px 10px 50px rgba(24, 24, 27, 0.5); } .p-tabview .p-tabview-nav-btn.p-link:hover { color: #ffffff; diff --git a/public/themes/aura-dark-lime/theme.css b/public/themes/aura-dark-lime/theme.css index 7e2d75b76..e2666461f 100644 --- a/public/themes/aura-dark-lime/theme.css +++ b/public/themes/aura-dark-lime/theme.css @@ -494,7 +494,7 @@ padding: 0 0 0.5rem 0; color: #ffffff; background: transparent; - font-weight: 600; + font-weight: 500; margin: 0 0 0 0; border-bottom: 1px solid #3f3f46; border-top-right-radius: 6px; @@ -530,7 +530,7 @@ .p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-month { color: #ffffff; transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s, outline-color 0.2s; - font-weight: 600; + font-weight: 500; padding: 0.25rem; } .p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-year:enabled:hover, @@ -1155,7 +1155,7 @@ border-radius: 30px; } .p-inputswitch .p-inputswitch-slider { - background: #3f3f46; + background: #27272a; transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s, outline-color 0.2s; border-radius: 30px; outline-color: transparent; @@ -1177,7 +1177,7 @@ transform: translateX(1rem); } .p-inputswitch:not(.p-disabled):has(.p-inputswitch-input:hover) .p-inputswitch-slider { - background: #3f3f46; + background: #27272a; } .p-inputswitch:not(.p-disabled):has(.p-inputswitch-input:hover).p-highlight .p-inputswitch-slider { background: #bef264; @@ -5980,12 +5980,14 @@ margin-top: 0.5rem; padding-top: 0.5rem; } + .p-datepicker table th { + font-weight: 500; + } .p-card { border-radius: 12px; display: flex; flex-direction: column; - gap: 1rem; } .p-card .p-card-caption { display: flex; @@ -6075,6 +6077,12 @@ .p-chip .p-chip-remove-icon { margin-left: 0.375rem; } + .p-chip:has(.p-chip-remove-icon) { + padding-right: 0.5rem; + } + .p-chip img { + margin-left: -0.5rem; + } .p-colorpicker-preview { padding: 0; @@ -6694,7 +6702,7 @@ color: #a1a1aa; transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s, outline-color 0.2s; box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12); - box-shadow: 0px 0px 10px 50px rgba(0, 0, 0, 0.2); + box-shadow: 0px 0px 10px 50px rgba(24, 24, 27, 0.5); } .p-tabview .p-tabview-nav-btn.p-link:hover { color: #ffffff; diff --git a/public/themes/aura-dark-noir/theme.css b/public/themes/aura-dark-noir/theme.css index 85cba1f1e..68e1dd6b8 100644 --- a/public/themes/aura-dark-noir/theme.css +++ b/public/themes/aura-dark-noir/theme.css @@ -494,7 +494,7 @@ padding: 0 0 0.5rem 0; color: #ffffff; background: transparent; - font-weight: 600; + font-weight: 500; margin: 0 0 0 0; border-bottom: 1px solid #3f3f46; border-top-right-radius: 6px; @@ -530,7 +530,7 @@ .p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-month { color: #ffffff; transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s, outline-color 0.2s; - font-weight: 600; + font-weight: 500; padding: 0.25rem; } .p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-year:enabled:hover, @@ -1155,7 +1155,7 @@ border-radius: 30px; } .p-inputswitch .p-inputswitch-slider { - background: #3f3f46; + background: #27272a; transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s, outline-color 0.2s; border-radius: 30px; outline-color: transparent; @@ -1177,7 +1177,7 @@ transform: translateX(1rem); } .p-inputswitch:not(.p-disabled):has(.p-inputswitch-input:hover) .p-inputswitch-slider { - background: #3f3f46; + background: #27272a; } .p-inputswitch:not(.p-disabled):has(.p-inputswitch-input:hover).p-highlight .p-inputswitch-slider { background: #f4f4f5; @@ -5980,12 +5980,14 @@ margin-top: 0.5rem; padding-top: 0.5rem; } + .p-datepicker table th { + font-weight: 500; + } .p-card { border-radius: 12px; display: flex; flex-direction: column; - gap: 1rem; } .p-card .p-card-caption { display: flex; @@ -6075,6 +6077,12 @@ .p-chip .p-chip-remove-icon { margin-left: 0.375rem; } + .p-chip:has(.p-chip-remove-icon) { + padding-right: 0.5rem; + } + .p-chip img { + margin-left: -0.5rem; + } .p-colorpicker-preview { padding: 0; @@ -6694,7 +6702,7 @@ color: #a1a1aa; transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s, outline-color 0.2s; box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12); - box-shadow: 0px 0px 10px 50px rgba(0, 0, 0, 0.2); + box-shadow: 0px 0px 10px 50px rgba(24, 24, 27, 0.5); } .p-tabview .p-tabview-nav-btn.p-link:hover { color: #ffffff; diff --git a/public/themes/aura-dark-pink/theme.css b/public/themes/aura-dark-pink/theme.css index a22b0a7d4..149eb30ee 100644 --- a/public/themes/aura-dark-pink/theme.css +++ b/public/themes/aura-dark-pink/theme.css @@ -494,7 +494,7 @@ padding: 0 0 0.5rem 0; color: #ffffff; background: transparent; - font-weight: 600; + font-weight: 500; margin: 0 0 0 0; border-bottom: 1px solid #3f3f46; border-top-right-radius: 6px; @@ -530,7 +530,7 @@ .p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-month { color: #ffffff; transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s, outline-color 0.2s; - font-weight: 600; + font-weight: 500; padding: 0.25rem; } .p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-year:enabled:hover, @@ -1155,7 +1155,7 @@ border-radius: 30px; } .p-inputswitch .p-inputswitch-slider { - background: #3f3f46; + background: #27272a; transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s, outline-color 0.2s; border-radius: 30px; outline-color: transparent; @@ -1177,7 +1177,7 @@ transform: translateX(1rem); } .p-inputswitch:not(.p-disabled):has(.p-inputswitch-input:hover) .p-inputswitch-slider { - background: #3f3f46; + background: #27272a; } .p-inputswitch:not(.p-disabled):has(.p-inputswitch-input:hover).p-highlight .p-inputswitch-slider { background: #f9a8d4; @@ -5980,12 +5980,14 @@ margin-top: 0.5rem; padding-top: 0.5rem; } + .p-datepicker table th { + font-weight: 500; + } .p-card { border-radius: 12px; display: flex; flex-direction: column; - gap: 1rem; } .p-card .p-card-caption { display: flex; @@ -6075,6 +6077,12 @@ .p-chip .p-chip-remove-icon { margin-left: 0.375rem; } + .p-chip:has(.p-chip-remove-icon) { + padding-right: 0.5rem; + } + .p-chip img { + margin-left: -0.5rem; + } .p-colorpicker-preview { padding: 0; @@ -6694,7 +6702,7 @@ color: #a1a1aa; transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s, outline-color 0.2s; box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12); - box-shadow: 0px 0px 10px 50px rgba(0, 0, 0, 0.2); + box-shadow: 0px 0px 10px 50px rgba(24, 24, 27, 0.5); } .p-tabview .p-tabview-nav-btn.p-link:hover { color: #ffffff; diff --git a/public/themes/aura-dark-purple/theme.css b/public/themes/aura-dark-purple/theme.css index 85097eeba..6df130d50 100644 --- a/public/themes/aura-dark-purple/theme.css +++ b/public/themes/aura-dark-purple/theme.css @@ -494,7 +494,7 @@ padding: 0 0 0.5rem 0; color: #ffffff; background: transparent; - font-weight: 600; + font-weight: 500; margin: 0 0 0 0; border-bottom: 1px solid #3f3f46; border-top-right-radius: 6px; @@ -530,7 +530,7 @@ .p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-month { color: #ffffff; transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s, outline-color 0.2s; - font-weight: 600; + font-weight: 500; padding: 0.25rem; } .p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-year:enabled:hover, @@ -1155,7 +1155,7 @@ border-radius: 30px; } .p-inputswitch .p-inputswitch-slider { - background: #3f3f46; + background: #27272a; transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s, outline-color 0.2s; border-radius: 30px; outline-color: transparent; @@ -1177,7 +1177,7 @@ transform: translateX(1rem); } .p-inputswitch:not(.p-disabled):has(.p-inputswitch-input:hover) .p-inputswitch-slider { - background: #3f3f46; + background: #27272a; } .p-inputswitch:not(.p-disabled):has(.p-inputswitch-input:hover).p-highlight .p-inputswitch-slider { background: #c4b5fd; @@ -5980,12 +5980,14 @@ margin-top: 0.5rem; padding-top: 0.5rem; } + .p-datepicker table th { + font-weight: 500; + } .p-card { border-radius: 12px; display: flex; flex-direction: column; - gap: 1rem; } .p-card .p-card-caption { display: flex; @@ -6075,6 +6077,12 @@ .p-chip .p-chip-remove-icon { margin-left: 0.375rem; } + .p-chip:has(.p-chip-remove-icon) { + padding-right: 0.5rem; + } + .p-chip img { + margin-left: -0.5rem; + } .p-colorpicker-preview { padding: 0; @@ -6694,7 +6702,7 @@ color: #a1a1aa; transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s, outline-color 0.2s; box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12); - box-shadow: 0px 0px 10px 50px rgba(0, 0, 0, 0.2); + box-shadow: 0px 0px 10px 50px rgba(24, 24, 27, 0.5); } .p-tabview .p-tabview-nav-btn.p-link:hover { color: #ffffff; diff --git a/public/themes/aura-dark-teal/theme.css b/public/themes/aura-dark-teal/theme.css index bc1164a1c..582044a2b 100644 --- a/public/themes/aura-dark-teal/theme.css +++ b/public/themes/aura-dark-teal/theme.css @@ -494,7 +494,7 @@ padding: 0 0 0.5rem 0; color: #ffffff; background: transparent; - font-weight: 600; + font-weight: 500; margin: 0 0 0 0; border-bottom: 1px solid #3f3f46; border-top-right-radius: 6px; @@ -530,7 +530,7 @@ .p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-month { color: #ffffff; transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s, outline-color 0.2s; - font-weight: 600; + font-weight: 500; padding: 0.25rem; } .p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-year:enabled:hover, @@ -1155,7 +1155,7 @@ border-radius: 30px; } .p-inputswitch .p-inputswitch-slider { - background: #3f3f46; + background: #27272a; transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s, outline-color 0.2s; border-radius: 30px; outline-color: transparent; @@ -1177,7 +1177,7 @@ transform: translateX(1rem); } .p-inputswitch:not(.p-disabled):has(.p-inputswitch-input:hover) .p-inputswitch-slider { - background: #3f3f46; + background: #27272a; } .p-inputswitch:not(.p-disabled):has(.p-inputswitch-input:hover).p-highlight .p-inputswitch-slider { background: #5eead4; @@ -5980,12 +5980,14 @@ margin-top: 0.5rem; padding-top: 0.5rem; } + .p-datepicker table th { + font-weight: 500; + } .p-card { border-radius: 12px; display: flex; flex-direction: column; - gap: 1rem; } .p-card .p-card-caption { display: flex; @@ -6075,6 +6077,12 @@ .p-chip .p-chip-remove-icon { margin-left: 0.375rem; } + .p-chip:has(.p-chip-remove-icon) { + padding-right: 0.5rem; + } + .p-chip img { + margin-left: -0.5rem; + } .p-colorpicker-preview { padding: 0; @@ -6694,7 +6702,7 @@ color: #a1a1aa; transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s, outline-color 0.2s; box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12); - box-shadow: 0px 0px 10px 50px rgba(0, 0, 0, 0.2); + box-shadow: 0px 0px 10px 50px rgba(24, 24, 27, 0.5); } .p-tabview .p-tabview-nav-btn.p-link:hover { color: #ffffff; diff --git a/public/themes/aura-light-amber/theme.css b/public/themes/aura-light-amber/theme.css index e893e5e10..a3953382f 100644 --- a/public/themes/aura-light-amber/theme.css +++ b/public/themes/aura-light-amber/theme.css @@ -496,7 +496,7 @@ padding: 0 0 0.5rem 0; color: #334155; background: #ffffff; - font-weight: 600; + font-weight: 500; margin: 0 0 0 0; border-bottom: 1px solid #e2e8f0; border-top-right-radius: 6px; @@ -532,7 +532,7 @@ .p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-month { color: #334155; transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s, outline-color 0.2s; - font-weight: 600; + font-weight: 500; padding: 0.25rem; } .p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-year:enabled:hover, @@ -5982,12 +5982,14 @@ margin-top: 0.5rem; padding-top: 0.5rem; } + .p-datepicker table th { + font-weight: 500; + } .p-card { border-radius: 12px; display: flex; flex-direction: column; - gap: 1rem; } .p-card .p-card-caption { display: flex; @@ -6077,6 +6079,12 @@ .p-chip .p-chip-remove-icon { margin-left: 0.375rem; } + .p-chip:has(.p-chip-remove-icon) { + padding-right: 0.5rem; + } + .p-chip img { + margin-left: -0.5rem; + } .p-colorpicker-preview { padding: 0; diff --git a/public/themes/aura-light-blue/theme.css b/public/themes/aura-light-blue/theme.css index f50ecefd2..dcbfa8e14 100644 --- a/public/themes/aura-light-blue/theme.css +++ b/public/themes/aura-light-blue/theme.css @@ -496,7 +496,7 @@ padding: 0 0 0.5rem 0; color: #334155; background: #ffffff; - font-weight: 600; + font-weight: 500; margin: 0 0 0 0; border-bottom: 1px solid #e2e8f0; border-top-right-radius: 6px; @@ -532,7 +532,7 @@ .p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-month { color: #334155; transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s, outline-color 0.2s; - font-weight: 600; + font-weight: 500; padding: 0.25rem; } .p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-year:enabled:hover, @@ -5982,12 +5982,14 @@ margin-top: 0.5rem; padding-top: 0.5rem; } + .p-datepicker table th { + font-weight: 500; + } .p-card { border-radius: 12px; display: flex; flex-direction: column; - gap: 1rem; } .p-card .p-card-caption { display: flex; @@ -6077,6 +6079,12 @@ .p-chip .p-chip-remove-icon { margin-left: 0.375rem; } + .p-chip:has(.p-chip-remove-icon) { + padding-right: 0.5rem; + } + .p-chip img { + margin-left: -0.5rem; + } .p-colorpicker-preview { padding: 0; diff --git a/public/themes/aura-light-cyan/theme.css b/public/themes/aura-light-cyan/theme.css index 0a8c65b33..91758a25a 100644 --- a/public/themes/aura-light-cyan/theme.css +++ b/public/themes/aura-light-cyan/theme.css @@ -496,7 +496,7 @@ padding: 0 0 0.5rem 0; color: #334155; background: #ffffff; - font-weight: 600; + font-weight: 500; margin: 0 0 0 0; border-bottom: 1px solid #e2e8f0; border-top-right-radius: 6px; @@ -532,7 +532,7 @@ .p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-month { color: #334155; transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s, outline-color 0.2s; - font-weight: 600; + font-weight: 500; padding: 0.25rem; } .p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-year:enabled:hover, @@ -5982,12 +5982,14 @@ margin-top: 0.5rem; padding-top: 0.5rem; } + .p-datepicker table th { + font-weight: 500; + } .p-card { border-radius: 12px; display: flex; flex-direction: column; - gap: 1rem; } .p-card .p-card-caption { display: flex; @@ -6077,6 +6079,12 @@ .p-chip .p-chip-remove-icon { margin-left: 0.375rem; } + .p-chip:has(.p-chip-remove-icon) { + padding-right: 0.5rem; + } + .p-chip img { + margin-left: -0.5rem; + } .p-colorpicker-preview { padding: 0; diff --git a/public/themes/aura-light-green/theme.css b/public/themes/aura-light-green/theme.css index 61ae37409..9cf4ad62f 100644 --- a/public/themes/aura-light-green/theme.css +++ b/public/themes/aura-light-green/theme.css @@ -496,7 +496,7 @@ padding: 0 0 0.5rem 0; color: #334155; background: #ffffff; - font-weight: 600; + font-weight: 500; margin: 0 0 0 0; border-bottom: 1px solid #e2e8f0; border-top-right-radius: 6px; @@ -532,7 +532,7 @@ .p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-month { color: #334155; transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s, outline-color 0.2s; - font-weight: 600; + font-weight: 500; padding: 0.25rem; } .p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-year:enabled:hover, @@ -5982,12 +5982,14 @@ margin-top: 0.5rem; padding-top: 0.5rem; } + .p-datepicker table th { + font-weight: 500; + } .p-card { border-radius: 12px; display: flex; flex-direction: column; - gap: 1rem; } .p-card .p-card-caption { display: flex; @@ -6077,6 +6079,12 @@ .p-chip .p-chip-remove-icon { margin-left: 0.375rem; } + .p-chip:has(.p-chip-remove-icon) { + padding-right: 0.5rem; + } + .p-chip img { + margin-left: -0.5rem; + } .p-colorpicker-preview { padding: 0; diff --git a/public/themes/aura-light-indigo/theme.css b/public/themes/aura-light-indigo/theme.css index 9f2e29f57..7a0b06137 100644 --- a/public/themes/aura-light-indigo/theme.css +++ b/public/themes/aura-light-indigo/theme.css @@ -496,7 +496,7 @@ padding: 0 0 0.5rem 0; color: #334155; background: #ffffff; - font-weight: 600; + font-weight: 500; margin: 0 0 0 0; border-bottom: 1px solid #e2e8f0; border-top-right-radius: 6px; @@ -532,7 +532,7 @@ .p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-month { color: #334155; transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s, outline-color 0.2s; - font-weight: 600; + font-weight: 500; padding: 0.25rem; } .p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-year:enabled:hover, @@ -5982,12 +5982,14 @@ margin-top: 0.5rem; padding-top: 0.5rem; } + .p-datepicker table th { + font-weight: 500; + } .p-card { border-radius: 12px; display: flex; flex-direction: column; - gap: 1rem; } .p-card .p-card-caption { display: flex; @@ -6077,6 +6079,12 @@ .p-chip .p-chip-remove-icon { margin-left: 0.375rem; } + .p-chip:has(.p-chip-remove-icon) { + padding-right: 0.5rem; + } + .p-chip img { + margin-left: -0.5rem; + } .p-colorpicker-preview { padding: 0; diff --git a/public/themes/aura-light-lime/theme.css b/public/themes/aura-light-lime/theme.css index d59c78fda..b74a1021d 100644 --- a/public/themes/aura-light-lime/theme.css +++ b/public/themes/aura-light-lime/theme.css @@ -496,7 +496,7 @@ padding: 0 0 0.5rem 0; color: #334155; background: #ffffff; - font-weight: 600; + font-weight: 500; margin: 0 0 0 0; border-bottom: 1px solid #e2e8f0; border-top-right-radius: 6px; @@ -532,7 +532,7 @@ .p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-month { color: #334155; transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s, outline-color 0.2s; - font-weight: 600; + font-weight: 500; padding: 0.25rem; } .p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-year:enabled:hover, @@ -5982,12 +5982,14 @@ margin-top: 0.5rem; padding-top: 0.5rem; } + .p-datepicker table th { + font-weight: 500; + } .p-card { border-radius: 12px; display: flex; flex-direction: column; - gap: 1rem; } .p-card .p-card-caption { display: flex; @@ -6077,6 +6079,12 @@ .p-chip .p-chip-remove-icon { margin-left: 0.375rem; } + .p-chip:has(.p-chip-remove-icon) { + padding-right: 0.5rem; + } + .p-chip img { + margin-left: -0.5rem; + } .p-colorpicker-preview { padding: 0; diff --git a/public/themes/aura-light-noir/theme.css b/public/themes/aura-light-noir/theme.css index 77ddf548c..11b905006 100644 --- a/public/themes/aura-light-noir/theme.css +++ b/public/themes/aura-light-noir/theme.css @@ -496,7 +496,7 @@ padding: 0 0 0.5rem 0; color: #334155; background: #ffffff; - font-weight: 600; + font-weight: 500; margin: 0 0 0 0; border-bottom: 1px solid #e2e8f0; border-top-right-radius: 6px; @@ -532,7 +532,7 @@ .p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-month { color: #334155; transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s, outline-color 0.2s; - font-weight: 600; + font-weight: 500; padding: 0.25rem; } .p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-year:enabled:hover, @@ -5990,12 +5990,14 @@ margin-top: 0.5rem; padding-top: 0.5rem; } + .p-datepicker table th { + font-weight: 500; + } .p-card { border-radius: 12px; display: flex; flex-direction: column; - gap: 1rem; } .p-card .p-card-caption { display: flex; @@ -6085,6 +6087,12 @@ .p-chip .p-chip-remove-icon { margin-left: 0.375rem; } + .p-chip:has(.p-chip-remove-icon) { + padding-right: 0.5rem; + } + .p-chip img { + margin-left: -0.5rem; + } .p-colorpicker-preview { padding: 0; diff --git a/public/themes/aura-light-pink/theme.css b/public/themes/aura-light-pink/theme.css index f168371c7..aa2ff63e8 100644 --- a/public/themes/aura-light-pink/theme.css +++ b/public/themes/aura-light-pink/theme.css @@ -496,7 +496,7 @@ padding: 0 0 0.5rem 0; color: #334155; background: #ffffff; - font-weight: 600; + font-weight: 500; margin: 0 0 0 0; border-bottom: 1px solid #e2e8f0; border-top-right-radius: 6px; @@ -532,7 +532,7 @@ .p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-month { color: #334155; transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s, outline-color 0.2s; - font-weight: 600; + font-weight: 500; padding: 0.25rem; } .p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-year:enabled:hover, @@ -5982,12 +5982,14 @@ margin-top: 0.5rem; padding-top: 0.5rem; } + .p-datepicker table th { + font-weight: 500; + } .p-card { border-radius: 12px; display: flex; flex-direction: column; - gap: 1rem; } .p-card .p-card-caption { display: flex; @@ -6077,6 +6079,12 @@ .p-chip .p-chip-remove-icon { margin-left: 0.375rem; } + .p-chip:has(.p-chip-remove-icon) { + padding-right: 0.5rem; + } + .p-chip img { + margin-left: -0.5rem; + } .p-colorpicker-preview { padding: 0; diff --git a/public/themes/aura-light-purple/theme.css b/public/themes/aura-light-purple/theme.css index 59a5eab3e..924b896d6 100644 --- a/public/themes/aura-light-purple/theme.css +++ b/public/themes/aura-light-purple/theme.css @@ -496,7 +496,7 @@ padding: 0 0 0.5rem 0; color: #334155; background: #ffffff; - font-weight: 600; + font-weight: 500; margin: 0 0 0 0; border-bottom: 1px solid #e2e8f0; border-top-right-radius: 6px; @@ -532,7 +532,7 @@ .p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-month { color: #334155; transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s, outline-color 0.2s; - font-weight: 600; + font-weight: 500; padding: 0.25rem; } .p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-year:enabled:hover, @@ -5982,12 +5982,14 @@ margin-top: 0.5rem; padding-top: 0.5rem; } + .p-datepicker table th { + font-weight: 500; + } .p-card { border-radius: 12px; display: flex; flex-direction: column; - gap: 1rem; } .p-card .p-card-caption { display: flex; @@ -6077,6 +6079,12 @@ .p-chip .p-chip-remove-icon { margin-left: 0.375rem; } + .p-chip:has(.p-chip-remove-icon) { + padding-right: 0.5rem; + } + .p-chip img { + margin-left: -0.5rem; + } .p-colorpicker-preview { padding: 0; diff --git a/public/themes/aura-light-teal/theme.css b/public/themes/aura-light-teal/theme.css index 0448902c5..341496c3b 100644 --- a/public/themes/aura-light-teal/theme.css +++ b/public/themes/aura-light-teal/theme.css @@ -496,7 +496,7 @@ padding: 0 0 0.5rem 0; color: #334155; background: #ffffff; - font-weight: 600; + font-weight: 500; margin: 0 0 0 0; border-bottom: 1px solid #e2e8f0; border-top-right-radius: 6px; @@ -532,7 +532,7 @@ .p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-month { color: #334155; transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s, outline-color 0.2s; - font-weight: 600; + font-weight: 500; padding: 0.25rem; } .p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-year:enabled:hover, @@ -5982,12 +5982,14 @@ margin-top: 0.5rem; padding-top: 0.5rem; } + .p-datepicker table th { + font-weight: 500; + } .p-card { border-radius: 12px; display: flex; flex-direction: column; - gap: 1rem; } .p-card .p-card-caption { display: flex; @@ -6077,6 +6079,12 @@ .p-chip .p-chip-remove-icon { margin-left: 0.375rem; } + .p-chip:has(.p-chip-remove-icon) { + padding-right: 0.5rem; + } + .p-chip img { + margin-left: -0.5rem; + } .p-colorpicker-preview { padding: 0;