Skip to content
Snippets Groups Projects
Commit 055b0b8b authored by Miranda Fluharty's avatar Miranda Fluharty Committed by Annabel Dunstone Gray
Browse files

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