initial frontend
This commit is contained in:
17
frontend/src/assets/main.scss
Normal file
17
frontend/src/assets/main.scss
Normal file
@@ -0,0 +1,17 @@
|
||||
|
||||
$light-gray: #d0d1d0;
|
||||
$dark-gray: #303031;
|
||||
|
||||
$text-color: $light-gray;
|
||||
$background-color: $dark-gray;
|
||||
|
||||
body {
|
||||
color: $text-color;
|
||||
background-color: $background-color;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
align-content: center;
|
||||
min-height: 100vh;
|
||||
}
|
||||
Reference in New Issue
Block a user