Commit 055b0b8b authored by Miranda Fluharty's avatar Miranda Fluharty Committed by Annabel Dunstone Gray

Add modal close button styles to match design spec

Standard font weight and line height, darker color, full opacity
Change `button.close` to `.close`
Some existing modal buttons are links rather than buttons
parent d73f4264
......@@ -29,6 +29,13 @@
padding-right: $modal-header-padding-x;
}
}
.close {
font-weight: $gl-font-weight-normal;
line-height: $gl-line-height;
color: $gray-900;
opacity: 1;
}
}
.modal-body {
......
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