button now filters and updates class

This commit is contained in:
philip-ellis-sp
2023-05-26 12:53:57 -05:00
parent df94a5f75b
commit abd5ffb3c8
10 changed files with 180 additions and 30 deletions

View File

@@ -9,11 +9,13 @@
border: 1px solid var(--dev-card-background);
border-radius: 40px;
opacity: 1;
transition: all 0.3s;
max-width: 600px;
}
.card:hover {
cursor: pointer;
top: -2px;
transform: translate(0px, -5px);
box-shadow: var(--dev-card-selected);
}
@@ -29,6 +31,7 @@
left: 0;
}
.cardTitle {
font-size: 22px;
font-weight: 700;
@@ -45,7 +48,7 @@
font-size: 16px;
font-weight: 500;
color: var(--dev-secondary-text);
background-color: #eaeef1;
background-color: var(--dev-tag-highlight);
padding: 0px 8px;
}