Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions src/components/cards/card.css
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@
overflow: hidden;
box-shadow: 0px 5px 25px 5px $ui-black-transparent;
align-items: center;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.header-buttons {
Expand Down Expand Up @@ -162,7 +163,6 @@
font-size: 0.85rem;
margin: 14px 0px;
text-align: center;
font-family: "Helvetica Neue";
font-weight: bold;
text-align: center;
}
Expand Down Expand Up @@ -198,7 +198,6 @@
display: flex;
align-items: center;
color: $ui-white;
font-family: "Helvetica Neue";
font-size: 12px;
font-weight: bold;
line-height: 15px;
Expand Down