feat: changed design to current branding (ugly)

This commit is contained in:
afn
2023-01-14 16:01:19 -05:00
parent 1644f4313e
commit 931c4dfe35
4 changed files with 30 additions and 41 deletions

View File

@@ -32,11 +32,11 @@
.button-secondary {
min-width: max-content;
font-size: 1rem;
color: var(--white);
font-weight: 600;
color: #FFD9E1;
font-weight: 400;
border: none;
border-radius: 12px;
padding: 0.85rem 1.5rem;
border-radius: 1200px;
padding: 0.85rem 1.75rem;
display: block;
background-color: var(--grey-two);
transition: transform 0.4s var(--bezier-one), filter 0.4s var(--bezier-one);
@@ -44,9 +44,9 @@
}
.button-primary {
background-color: var(--accent-color);
background-color: #FFB1C5;
box-shadow: 0px 0px 32px 1px var(--accent-color-glow);
color: var(--grey-four);
color: #65002F;
}
div:hover {

View File

@@ -38,11 +38,10 @@
padding: 1.25rem;
width: 100%;
transition: all 0.3s var(--bezier-one);
border-radius: 12px;
border-radius: 16px;
display: flex;
gap: 1.5rem;
background-color: var(--grey-six);
border: 1px solid var(--grey-three);
cursor: pointer;
align-items: center;
}
@@ -72,7 +71,7 @@
.clicked h2,
.clicked h6 {
color: var(--accent-color);
color: var(--white);
}
div:hover {