Added a couple of new classes for checker symbols, based on our brand colours.

- Legacy-Id: 10991
This commit is contained in:
Henrik Levkowetz 2016-03-28 17:17:44 +00:00
parent 3cdff01277
commit 033cfc15f0
10 changed files with 24 additions and 8 deletions

View file

@ -153,6 +153,12 @@ fieldset[disabled] .btn-pass.focus {
#timeline .gradient.right {
stop-color: white;
}
.checker-warning {
color: #ff5805;
}
.checker-success {
color: #5ebc00;
}
.btn-default,
.btn-primary,
.btn-success,

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View file

@ -153,6 +153,12 @@ fieldset[disabled] .btn-pass.focus {
#timeline .gradient.right {
stop-color: white;
}
.checker-warning {
color: #ff5805;
}
.checker-success {
color: #5ebc00;
}
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
font-family: sans-serif;

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View file

@ -157,6 +157,10 @@
#timeline .gradient.right { stop-color: white; }
// for the submission checkers
.checker-warning { color: darken(saturate(@brand-warning, 20%), 20%); }
.checker-success { color: darken(saturate(@brand-success, 20%), 10%); }
// XXX This change from before is not currently being applied, not sure how
// critical this is:
//--- /Users/lars/Downloads/bootstrap-3.3.5/less/mixins/forms.less 2015-06-16 10:13:22.000000000 +0200