Add new login page design

This commit is contained in:
Manuel
2023-08-11 21:44:33 +02:00
parent 74bf117fe3
commit 9ae2dc3037
5 changed files with 148 additions and 34 deletions

View File

@@ -96,4 +96,12 @@
.scroll-area-w100 .mantine-ScrollArea-viewport > div:nth-of-type(1) {
width: 100%;
display: inherit !important;
}
.polka {
background-image: radial-gradient(
color-mix(in srgb, var(--mantine-color-red-6) 20%, transparent) 6px,
transparent 6px
);
background-size: 60px 60px;
}