Skip to content
Snippets Groups Projects
Commit 69cc6fd0 authored by Chris Lawton's avatar Chris Lawton
Browse files

adding error wrapper class and relevant colours

parent 367749ab
No related branches found
No related tags found
No related merge requests found
......@@ -12,11 +12,14 @@ $color--mid-grey: #cfcfcf;
$color--light-grey: #f7f7f7;
$color--mustard: #e6ab32;
$color--purple: #8c0bbf;
$color--light-pink: #ffe1df;
$color--tomato: #f05e54;
$color--default: $color--dark-grey;
$color--primary: $color--light-blue;
$color--secondary: #eaeaea;
$color--tertiary: #f9f9f9;
$color--error: $color--tomato;
// Button colours
$button-colours: (
......
......@@ -90,4 +90,10 @@
width: 35px;
height: 52px;
}
&--error {
width: 25px;
height: 25px;
margin-right: 10px;
}
}
......@@ -96,4 +96,14 @@
padding: 2rem 17rem 2rem 5rem;
}
}
&--error {
display: flex;
align-items: center;
max-width: 830px;
padding: 10px;
margin: 0 auto 2rem;
background: $color--light-pink;
border: 1px solid $color--tomato;
}
}
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