Client - add registration status and info box on users limitation

This commit is contained in:
Sam
2021-10-27 17:10:37 +02:00
parent 2ba931dcf7
commit 87ad351d6d
6 changed files with 49 additions and 11 deletions

View File

@ -101,6 +101,14 @@ button {
margin: $default-margin;
}
.info-box {
background-color: var(--info-background-color);
border-radius: $border-radius;
color: var(--info-color);
font-size: 0.8em;
padding: $default-padding;
}
.container {
display: flex;
margin-left: auto;