Header -> RegistrationHeader.
This commit is contained in:
22
src/components/RegistrationHeader.scss
Normal file
22
src/components/RegistrationHeader.scss
Normal file
@@ -0,0 +1,22 @@
|
||||
@import '../colors.scss';
|
||||
|
||||
.App-header {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
font-size: calc(10px + 2vmin);
|
||||
margin-top: 2rem;
|
||||
gap: 1rem;
|
||||
|
||||
h1 {
|
||||
color: $green-text !important;
|
||||
text-transform: uppercase;
|
||||
font-size: 3rem;
|
||||
font-family: 'Montserrat-Light';
|
||||
|
||||
span {
|
||||
color: $brown-text;
|
||||
font-size: 0.5em;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user