WIP on arrow icon

This commit is contained in:
Shahan Nedadahandeh 2022-09-02 14:42:52 -07:00
parent cf6c4a01b0
commit 88a8981602
Signed by: snedadah
GPG Key ID: 8638C7F917385B01
1 changed files with 8 additions and 2 deletions

View File

@ -34,12 +34,18 @@
}
.closeMenu {
background: var(--primary-heading);
background: var(--secondary-accent-light);
margin: 10px;
padding: 10px;
border-radius: 10px;
border-radius: calc(60rem / 16);
font-size: 92px;
display: flex;
justify-content: center;
align-items: center;
line-height: 30px;
}
.menuHeader {
font-size: 60px;
color: var(--secondary-heading)
}