1
0
Fork 0
mirror of https://github.com/pawelmalak/flame.git synced 2025-07-24 05:39:35 +02:00

Home and Settings components

This commit is contained in:
unknown 2021-05-09 19:02:50 +02:00
parent 0502a653ac
commit 8392c2422a
5 changed files with 142 additions and 37 deletions

View file

@ -1,3 +1,17 @@
.Header h1 {
color: var(--color-primary);
font-weight: 700;
font-size: 4em;
margin-bottom: 0.5em;
}
.Header p {
color: var(--color-primary);
font-weight: 300;
text-transform: uppercase;
height: 30px;
}
.SettingsButton {
width: 35px;
height: 35px;