From f611ab80133efdea8cf1e303636c1a850b5d52d0 Mon Sep 17 00:00:00 2001 From: Thais Siqueira Date: Thu, 19 Jan 2017 16:23:38 -0200 Subject: [#828] Changes color and size of tooltip with @tayanefernandes --- web-ui/app/scss/_mixins.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'web-ui') diff --git a/web-ui/app/scss/_mixins.scss b/web-ui/app/scss/_mixins.scss index d3aa0220..6509bdcf 100644 --- a/web-ui/app/scss/_mixins.scss +++ b/web-ui/app/scss/_mixins.scss @@ -6,14 +6,14 @@ } @mixin tooltip($top: 8px, $left: 40px) { - background: rgba(0, 0, 0, 0.7); + background: $dark_slate_gray; color: $white; position: absolute; z-index: 2; left: $left; top: $top; font-size: 0.8rem; - padding: 2px 10px; + padding: 4px 10px; white-space: nowrap; @include border-radius(2px); } -- cgit v1.2.3