Commit d9c88044 authored by mfluharty's avatar mfluharty

Apply modal border-radius only to direct children

parent b2f61487
......@@ -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;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment