Skip to content
Snippets Groups Projects
Unverified Commit d9c88044 authored by Miranda Fluharty's avatar Miranda Fluharty
Browse files

Apply modal border-radius only to direct children

parent b2f61487
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -93,12 +93,12 @@ body.modal-open {
.modal-content {
border-radius: $modal-border-radius;
 
*:first-child {
> :first-child {
border-top-left-radius: $modal-border-radius;
border-top-right-radius: $modal-border-radius;
}
 
*:last-child {
> :last-child {
border-bottom-left-radius: $modal-border-radius;
border-bottom-right-radius: $modal-border-radius;
}
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment