Files
MauMau-Client/src/styles/layout/pages/mainlobby.scss
DTieman d907a56483
All checks were successful
Build Mau & Deploy Mau / build (push) Successful in 1m25s
Build Mau & Deploy Mau / deploy (push) Successful in 3m27s
Custom names and time in chat
2024-04-20 23:44:23 +02:00

29 lines
445 B
SCSS

.main-lobby {
height: 75vh;
display: flex;
flex-direction: column;
justify-content: space-evenly;
align-items: center;
&__name {
display: flex;
flex-direction: column;
font-size: 1.5rem;
}
&__container {
display: flex;
gap: 2rem;
&-button {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
}
&__title {
font-size: 7.5rem;
}
}