Skip to content

Commit

Permalink
feat: adding opacity utilities
Browse files Browse the repository at this point in the history
  • Loading branch information
slambert committed Jul 27, 2024
1 parent edd8c33 commit e07e31c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/css/_05-utilities.css
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,14 @@
mix-blend-mode: darken;
}

.u-opacity-90 {
opacity: 0.9;
}

.u-opacity-95 {
opacity: 0.95;
}

/* for creating cards with image above text */
.u-image-text-card .wp-block-image {
margin-bottom: 0;
Expand Down

0 comments on commit e07e31c

Please sign in to comment.