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 Sep 16, 2024
1 parent 5760596 commit bd1c3e3
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 @@ -218,6 +218,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 bd1c3e3

Please sign in to comment.