Skip to content

Commit

Permalink
feat(client): bring back dark border in content card css
Browse files Browse the repository at this point in the history
  • Loading branch information
fushar committed Aug 11, 2023
1 parent 0b59c6d commit e8c9567
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions judgels-client/src/components/ContentCard/ContentCard.scss
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@
}
}

.bp4-dark .content-card {
box-shadow: 0 0 0 0.5px $gray1 !important;
}

.content-card__section {
margin-bottom: 15px;
}
Expand Down

0 comments on commit e8c9567

Please sign in to comment.