Updated styles for header.

This commit is contained in:
codevictory
2021-12-08 22:58:29 +02:00
parent b334be8b79
commit f422da89b5
4 changed files with 64 additions and 16 deletions

View File

@@ -1,15 +1,44 @@
@import '../colors.scss';
.App-header {
background-color: $primary;
background-color: $background;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
font-size: calc(10px + 2vmin);
color: white;
}
margin-top: 2rem;
.App-header h1 {
color: white;
h1 {
color: $green-text;
text-transform: uppercase;
font-size: 3rem;
span {
color: $brown-text;
font-size: 0.5em;
}
}
.diamondIcon {
margin-bottom: 1rem;
margin-left: 2rem;
margin-right: 2rem;
}
.dateAndPlace {
text-align: center;
text-transform: uppercase;
h2 {
font-family: 'Montserrat-Medium';
font-size: 1.4rem;
color: $brown-text !important;
margin-bottom: -0.7rem;
}
h3 {
font-size: 1rem;
color: $brown-text !important;
}
}
}