18 lines
235 B
SCSS
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;
|
|
}
|
|
}
|
|
}
|