From 50b84fed64fc71042e9dde935f6b6c444b546d95 Mon Sep 17 00:00:00 2001 From: jpellizzari Date: Fri, 20 Jan 2017 10:08:43 -0800 Subject: [PATCH] Converted node-details table style to sass --- client/app/styles/main.scss | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/client/app/styles/main.scss b/client/app/styles/main.scss index 44977c5e1..3b23b92e6 100644 --- a/client/app/styles/main.scss +++ b/client/app/styles/main.scss @@ -70,7 +70,7 @@ $search-border-width: 1px; /* specific elements */ $body-background-color: linear-gradient(30deg, $background-color 0%, $background-lighter-color 100%); -$label-background-color: fade-out($background-average-color, .7); +$label-background-color: fade-out($background-average-color, .3); /* add this class to truncate text with ellipsis, container needs width */ @@ -197,7 +197,7 @@ h2 { bottom: 11px; right: 43px; color: $text-tertiary-color; - background-color: fade-out($background-average-color, .9); + background-color: fade-out($background-average-color, .1); font-size: 0.7rem; display: flex; @@ -1014,7 +1014,7 @@ h2 { .details-wrapper .node-details-table { &-node { &:hover, &.selected { - background-color: lighten(@background-color, 5%); + background-color: lighten($background-color, 5%); } } }