Commit f2283d95 by Brian Talbot

syncing up font-weight on action--submit button elements

parent 12518162
This source diff could not be displayed because it is too large. You can view the blob instead.
......@@ -203,4 +203,9 @@
.ui-staff__title {
color: $copy-staff-color !important;
}
// needed to override font weight on LMS button elements for the time being
button.action--submit, a.action--submit {
font-weight: 600 !important;
}
}
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