Commit 11d58825 authored by Phil Hughes's avatar Phil Hughes

Moved colour values into scss variables

Fixed bold issue with headings
parent c4b99058
......@@ -93,6 +93,10 @@ $border-red-light: #E52C5A;
$border-red-normal: #D22852;
$border-red-dark: #CA264F;
$account-well-bg: #FAFAFA;
$account-well-border: #E5E5E5;
$account-well-radius: 3px;
/* header */
$light-grey-header: #faf9f9;
......
......@@ -57,9 +57,9 @@
.account-well {
padding: 10px 10px;
background-color: #FAFAFA;
border: 1px solid #E5E5E5;
border-radius: 3px;
background-color: $account-well-bg;
border: 1px solid $account-well-border;
border-radius: $account-well-radius;
ul {
padding-left: 20px;
......
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