mirror of
https://github.com/FranP-code/Hangman-game-with-React.git
synced 2025-10-13 00:42:32 +00:00
28 lines
524 B
SCSS
28 lines
524 B
SCSS
.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;
|
|
|
|
}
|
|
}
|
|
} |