Mostly style improvements in general and for LCI

This commit is contained in:
Scott Idem
2025-06-24 11:48:56 -04:00
parent d86558caa0
commit c47019ddba
8 changed files with 41 additions and 23 deletions

View File

@@ -363,10 +363,16 @@ html.trusted_access #appShell {
/* .ae_container_module_main {
@apply container;
} */
.ae_container_module_header {
.ae_module_header {
/* LCI request 3a5997 */
/* bg-gray-300 */
@apply h2 text-center preset-tonal-primary rounded-md flex flex-row gap-0.25 items-center justify-between w-full p-1 px-2;
@apply preset-tonal-surface rounded-md flex flex-row gap-0.25 items-center justify-between w-full p-1 px-2;
}
[data-theme='AE_c_LCI'] .ae_module_header {
/* LCI request 3a5997 */
/* bg-gray-300 */
@apply preset-tonal-primary;
}
[data-theme='AE_c_LCI'] .ae_obj__event_presenter {
@apply preset-filled-success-500;