Working on drawer

This commit is contained in:
2025-04-20 20:51:10 -04:00
parent 19ed8ef2ca
commit 06f9a96498
11 changed files with 109 additions and 427 deletions

View File

@@ -1,7 +1,8 @@
.header {
height: 56px;
padding: 0 16px 0 16px;
background-color: var(--mantine-color-body);
/*background-color: var(--mantine-color-body);*/
background: #32495f;
border-bottom: 1px solid light-dark(var(--mantine-color-gray-3), var(--mantine-color-dark-4));
}