Admin place demo look done

This commit is contained in:
2021-10-25 13:24:47 -03:00
parent 26251faea3
commit 94cd6f2263
30 changed files with 1101 additions and 21 deletions

View File

@@ -0,0 +1,28 @@
.control-panel {
.demo-message-container {
display: flex;
justify-content: center;
padding-top: 5vh;
.demo-message {
@include titleFont();
background-color: rgb(247, 247, 247);
width: 40vw;
display: flex;
align-items: center;
flex-direction: column;
border: 1px solid rgb(196, 196, 196);
border-radius: 5px;
}
}
}