Commit ec9e0c11 authored by Phil Hughes's avatar Phil Hughes

SCSS variables

parent 0c3cef02
...@@ -207,3 +207,10 @@ $location-badge-bg: $gray-normal; ...@@ -207,3 +207,10 @@ $location-badge-bg: $gray-normal;
$location-icon-color: #e7e9ed; $location-icon-color: #e7e9ed;
$location-active-color: $gl-text-color; $location-active-color: $gl-text-color;
$location-active-bg: $search-input-border-color; $location-active-bg: $search-input-border-color;
/*
* Notes
*/
$notes-light-color: #8e8e8e;
$notes-action-color: #8f8f8f;
$notes-role-border-color: #e4e4e4;
...@@ -176,7 +176,7 @@ ul.notes { ...@@ -176,7 +176,7 @@ ul.notes {
.note-headline-light, .note-headline-light,
.discussion-headline-light { .discussion-headline-light {
color: #8e8e8e; color: $notes-light-color;
} }
/** /**
...@@ -187,7 +187,7 @@ ul.notes { ...@@ -187,7 +187,7 @@ ul.notes {
.note-actions { .note-actions {
float: right; float: right;
margin-left: 10px; margin-left: 10px;
color: #8F8F8F; color: $notes-action-color;
} }
.note-action-button, .note-action-button,
...@@ -219,10 +219,10 @@ ul.notes { ...@@ -219,10 +219,10 @@ ul.notes {
display: inline-block; display: inline-block;
padding-left: 4px; padding-left: 4px;
padding-right: 4px; padding-right: 4px;
color: #8F8F8F; color: $notes-action-color;
font-size: 12px; font-size: 12px;
line-height: 20px; line-height: 20px;
border: 1px solid #E4E4E4; border: 1px solid $notes-role-border-color;
border-radius: $border-radius-base; border-radius: $border-radius-base;
} }
......
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