Skip to content

Commit

Permalink
Add bd-card for hover effects on cards
Browse files Browse the repository at this point in the history
  • Loading branch information
GilOliveira committed Aug 20, 2024
1 parent 75d467d commit a2f9498
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
6 changes: 5 additions & 1 deletion css/style.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion css/style.min.css

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions scss/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -334,3 +334,7 @@ img.image-style-article-header {
.block-field-blocknodejob-postingschema-responsibilities, .block-field-blocknodejob-postingschema-skills > .content > .field > .field__item:before {
content: "";
}

.bd-card:hover {
background-color: #FFF5EC;
}

0 comments on commit a2f9498

Please sign in to comment.