mirror of
https://github.com/FranP-code/Hangman-game-with-React.git
synced 2025-10-13 00:42:32 +00:00
Add category done
This commit is contained in:
@@ -129,6 +129,13 @@
|
||||
}
|
||||
|
||||
@import 'action-form';
|
||||
@import 'message';
|
||||
|
||||
.loading {
|
||||
position: initial;
|
||||
|
||||
height: 100%;
|
||||
}
|
||||
}
|
||||
|
||||
@mixin normalizeButton() {
|
||||
|
||||
24
public/sass/control-panel/_message.scss
Normal file
24
public/sass/control-panel/_message.scss
Normal file
@@ -0,0 +1,24 @@
|
||||
.message {
|
||||
|
||||
padding: 4vh 5vw;
|
||||
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
|
||||
@include titleFont();
|
||||
@include titleNormalize();
|
||||
font-size: 22pt;
|
||||
|
||||
color: #fff;
|
||||
|
||||
&.error {
|
||||
|
||||
background-color: rgb(255, 78, 78);
|
||||
}
|
||||
|
||||
&.sucess {
|
||||
|
||||
background-color: rgb(128, 255, 78);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user