* fix comments on the frontend * move jwt token service to its own module * other fixes and updates
12 lines
451 B
CSS
12 lines
451 B
CSS
.authBackground {
|
|
position: relative;
|
|
min-height: 100vh;
|
|
background-size: cover;
|
|
background-image: url(https://images.unsplash.com/photo-1701010063921-5f3255259e6d?q=80&w=3024&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D);
|
|
}
|
|
|
|
.container {
|
|
box-shadow: rgba(0, 0, 0, 0.07) 0px 2px 45px 4px;
|
|
border-radius: 4px;
|
|
background: light-dark(var(--mantine-color-body), rgba(0, 0, 0, 0.1));
|
|
}
|