Commit 29169696 authored by Phil Hughes's avatar Phil Hughes

Removed page specific variables

parent 7ea4948d
......@@ -93,9 +93,8 @@ $border-red-light: #E52C5A;
$border-red-normal: #D22852;
$border-red-dark: #CA264F;
$account-well-bg: #FAFAFA;
$account-well-border: #E5E5E5;
$account-well-radius: 3px;
$help-well-bg: #FAFAFA;
$help-well-border: #E5E5E5;
/* header */
$light-grey-header: #faf9f9;
......
......@@ -57,9 +57,9 @@
.account-well {
padding: 10px 10px;
background-color: $account-well-bg;
border: 1px solid $account-well-border;
border-radius: $account-well-radius;
background-color: $help-well-bg;
border: 1px solid $help-well-border;
border-radius: $border-radius-base;
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