Commit 75532a65 authored by Annabel Dunstone's avatar Annabel Dunstone

Change rgba to hex; use sass variables to calculate header height

parent 3c8d209e
......@@ -290,6 +290,6 @@
}
.right-sidebar {
top: 102px;
top: ($header-height * 2) + 2;
}
}
......@@ -119,7 +119,7 @@ $border-white-light: #f1f2f4;
$border-white-normal: #d6dae2;
$border-white-dark: #c6cacf;
$border-gray-light: rgba(209, 209, 209, 0.70);
$border-gray-light: #dcdcdc;
$border-gray-normal: rgba(0, 0, 0, 0.10);
$border-gray-dark: #c6cacf;
......
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