Gestito login

This commit is contained in:
2026-02-06 10:04:36 +01:00
parent ecafebae7f
commit 755f78ef9d
19 changed files with 373 additions and 555 deletions

View File

@@ -1,5 +1,13 @@
:root {
--primary-color: #ec4c41;
--ligther-color: #f7f7ff;
--darker-color: #d02315;
/*Color*/
--card-border-color: hsl(from var(--mud-palette-gray-light) h s 86%);
--gray-for-shadow: hsl(from var(--mud-palette-overlay-dark)h s 40%);
/*Utility*/
--exception-box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.3);
--custom-box-shadow: 1px 2px 5px var(--gray-for-shadow);
--mud-default-borderradius: 20px !important;
--m-page-x: 1rem;
--mh-header: 4rem;
--light-card-background: hsl(from var(--mud-palette-background-gray) h s 97%);
}