Commit 26f7e8a1 authored by mfluharty's avatar mfluharty

Adjust modal border radius to match design spec

Set modal border radius to 0.25rem
With 16px default font size, should match the 4px from the design spec
Before this, it was the bootstrap default (0.3rem = 4.8px)
parent db1b15e4
......@@ -86,6 +86,10 @@ body.modal-open {
.modal {
background-color: $black-transparent;
.modal-content {
border-radius: 0.25rem;
}
@include media-breakpoint-up(sm) {
.modal-dialog {
margin: 64px auto;
......
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