Moving scss files.
This commit is contained in:
15
src/components/Header.scss
Normal file
15
src/components/Header.scss
Normal 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;
|
||||
}
|
||||
Reference in New Issue
Block a user