Skip to content

Commit

Permalink
feat: new cards components
Browse files Browse the repository at this point in the history
  • Loading branch information
ArturKrasinski committed Nov 28, 2024
1 parent 15b812a commit 579cf05
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/components/Card/Card.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@

.card-outer {
--app-background: #191919;
--brand-gradient: linear-gradient(83deg, #00F 0%, #D71CA6 65%, #fab15d 100%);

display: flex;
position: relative;
Expand All @@ -22,7 +21,7 @@

.card-outer:hover {
box-shadow: 0 0 1px 0 rgba(0, 0, 0, .35), 0 20px 40px 0 rgba(10, 0, 74, .1);
background: var(--brand-gradient);
background: linear-gradient(83deg, #00F 0%, #D71CA6 65%, #fab15d 100%);
}

.card-outer .card-inner {
Expand Down

0 comments on commit 579cf05

Please sign in to comment.