Skip to content

Commit

Permalink
fix(frame): add box shadow to bordered frame (#1958)
Browse files Browse the repository at this point in the history
  • Loading branch information
QuintonJason authored and kajabi-bot committed Oct 1, 2024
1 parent 51f4ae3 commit 2e12557
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/sage-assets/lib/stylesheets/layout/_frame.scss
Original file line number Diff line number Diff line change
Expand Up @@ -234,6 +234,7 @@ $-sage-frame-wrap: none;
.sage-frame--border-#{$-key} {
background-color: sage-color(white);
border: #{$-val};
box-shadow: sage-shadow(100);
}
}

Expand Down

0 comments on commit 2e12557

Please sign in to comment.