Moving scss files.

This commit is contained in:
codevictory
2021-12-06 20:01:48 +02:00
parent f1ec5a0b1b
commit abe937714a
18 changed files with 10 additions and 12 deletions

View File

@@ -0,0 +1,15 @@
@import '../colors.scss';
.App-header {
background-color: $primary;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
font-size: calc(10px + 2vmin);
color: white;
}
.App-header h1 {
color: white;
}