mirror of
https://github.com/FranP-code/Hangman-game-with-React.git
synced 2025-10-13 00:42:32 +00:00
Admin place demo look done
This commit is contained in:
28
public/sass/control-panelDemo/_demo-message.scss
Normal file
28
public/sass/control-panelDemo/_demo-message.scss
Normal 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;
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user