Commit 0b5d6bda by Joe Blaylock

Merge branch 'jrbl/tim-346-check-input-sizes' of https://github.com/edx/edx-ora2…

Merge branch 'jrbl/tim-346-check-input-sizes' of https://github.com/edx/edx-ora2 into jrbl/tim-346-check-input-sizes
parents b3008f66 dc2f2350
This source diff could not be displayed because it is too large. You can view the blob instead.
......@@ -119,19 +119,30 @@
border: none;
padding-bottom: 0;
color: $white-t;
text-align: center;
}
&.message--error {
background: tint($color-error, 15%);
.message__content {
color: tint($color-error, 90%);
}
}
&.message--warning {
background: tint($color-warning, 15%);
.message__content {
color: tint($color-warning, 90%);
}
}
&.message--confirm {
background: tint($color-warning, 15%);
background: tint($color-confirm, 15%);
.message__content {
color: tint($color-confirm, 90%);
}
}
}
......
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