remove card body border and add back css I didn't mean to remove

This commit is contained in:
Sean Yesmunt 2020-04-15 15:54:39 -04:00
parent 63092ce7da
commit 7ebe8d77a7
2 changed files with 7 additions and 3 deletions

View file

@ -1156,5 +1156,6 @@
"lbry": "lbry",
"Default": "Default",
"Amount (LBC)": "Amount (LBC)",
"Successfully unlocked your tip!": "Successfully unlocked your tip!"
"Successfully unlocked your tip!": "Successfully unlocked your tip!",
"Successfully abandoned your claim.": "Successfully abandoned your claim."
}

View file

@ -200,7 +200,10 @@
.card__body {
padding: var(--spacing-large);
border-top: 1px solid var(--color-border);
&:not(.card__body--no-title) {
padding-top: 0;
}
&.card__body--table {
padding: 0;