Changed padding & background color for highlighted notes

Closes #12453
This commit is contained in:
Phil Hughes 2016-02-23 11:18:31 +00:00
parent 7c80998536
commit 9fd220b30c
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@
padding: 0;
.timeline-entry {
padding: $gl-padding 0;
padding: $gl-padding $gl-btn-padding;
border-color: $table-border-color;
color: $gl-gray;
border-bottom: 1px solid $border-white-light;

View File

@ -1,4 +1,4 @@
$hover: #faf9f9;
$hover: #f4f8fe;
$gl-text-color: #54565B;
$gl-text-green: #4A2;
$gl-text-red: #D12F19;