Merge from git
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -0,0 +1,28 @@
|
||||
.govuk-error-message.govuk-form-group--error-summary {
|
||||
background: $whitered;
|
||||
border-left: 10px solid $red;
|
||||
font-size: 18px;
|
||||
color: $black;
|
||||
font-weight: normal;
|
||||
padding: 20px;
|
||||
|
||||
.govuk-error-exclamation {
|
||||
background-image: url(/assets/images/exclamation.svg);
|
||||
background-repeat: no-repeat;
|
||||
padding-left: 46px;
|
||||
display: block;
|
||||
padding-top: 2px;
|
||||
background-position: left center;
|
||||
}
|
||||
}
|
||||
|
||||
.govuk-error-message.govuk-form-group--error {
|
||||
background: $whitered;
|
||||
border-left: 3px solid $red;
|
||||
font-size: 18px;
|
||||
color: $black;
|
||||
font-weight: normal;
|
||||
padding: 20px;
|
||||
margin-top: 20px;
|
||||
max-width: 41ex;
|
||||
}
|
||||
@@ -9,3 +9,45 @@ $lightgrey_mid: #dddddd;
|
||||
$lightgrey_semi: #e5e5e5;
|
||||
$lightgrey_light: #eeeeee;
|
||||
$lightgrey_offwhite: #f1f1f1;
|
||||
|
||||
$darkgrey: #666666;
|
||||
$midgrey: #999999;
|
||||
$lightgrey: #b5b5b5;
|
||||
|
||||
$black: #1f1f1f;
|
||||
$charcoal: #323232;
|
||||
|
||||
$lightgrey_dark: #cccccc;
|
||||
$lightgrey_mid: #dddddd;
|
||||
$lightgrey_semi: #e5e5e5;
|
||||
$lightgrey_light: #eeeeee;
|
||||
$lightgrey_offwhite: #f1f1f1;
|
||||
|
||||
$darkred: #7e0a0e;
|
||||
$red: #aa1111;
|
||||
$brightred: #d81f1f;
|
||||
$darkpalered: #d87777;
|
||||
$palered: #fea8a9;
|
||||
$whitered: #ffe4e5;
|
||||
|
||||
$darkblue: #1f446d;
|
||||
$blue: #0360a6;
|
||||
$lightblue: #3b7dc5;
|
||||
$brightblue: #4c93ff;
|
||||
$paleblue: #99ccff;
|
||||
$whiteblue: #c2e0fc;
|
||||
|
||||
$darkgreen: #3b510d;
|
||||
$green: #019e1e;
|
||||
$lightgreen: #01b723;
|
||||
$whitegreen: #cdf7d4;
|
||||
|
||||
$darkpurple: #772cfe;
|
||||
$plum: #632a5d;
|
||||
$purple: #a82b71;
|
||||
|
||||
$orange: #ff8000;
|
||||
$paleorange: #ffdab5;
|
||||
|
||||
$yellow: #ffd530;
|
||||
$paleyellow: #fff5ce;
|
||||
|
||||
Reference in New Issue
Block a user