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

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
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -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;
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