Maxime Lalo 1a7e5bffb6 WIP
2023-07-16 17:19:52 +02:00

18 lines
235 B
SCSS

@import "@Themes/constants.scss";
.root {
display: flex;
align-items: center;
flex-direction: column;
min-height: 100%;
.no-role-selected {
width: 100%;
.choose-a-role {
margin-top: 96px;
text-align: center;
}
}
}