From 0619e111a450722ea182a1373aa57604bedca2af Mon Sep 17 00:00:00 2001 From: Marcel van Remmerden Date: Tue, 7 May 2019 04:19:05 +0000 Subject: Adapt code to style guidelines --- app/assets/stylesheets/framework/header.scss | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'app/assets/stylesheets') diff --git a/app/assets/stylesheets/framework/header.scss b/app/assets/stylesheets/framework/header.scss index d7b56670140..12b5251291b 100644 --- a/app/assets/stylesheets/framework/header.scss +++ b/app/assets/stylesheets/framework/header.scss @@ -85,23 +85,23 @@ padding: 2px 8px; margin: 5px 2px 5px -8px; border-radius: $border-radius-default; - - &.js-canary-badge { - padding: 0; + + &.badge { font-size: 12px; border-radius: 100px; margin-top: 6px; - + &:hover, &:active, &:focus { background-color: $green-500; } - - span { + + .color-label { line-height: 15px; } - span:hover { + + .color-label:hover { text-decoration: none; } } -- cgit v1.2.1