diff --git a/assets/sass/layout.scss b/assets/sass/layout.scss index a950d1e..7a677e0 100644 --- a/assets/sass/layout.scss +++ b/assets/sass/layout.scss @@ -156,10 +156,22 @@ body > header { } .tip { + position: static; + visibility: visible; + opacity: 1; display: block; + height: auto; margin-left: 8px; - text-transform: inherit; + padding: 0 0 0 4px; + transform: none; + + font-size: 16px; + line-height: 16px; + + color: inherit; + text-transform: uppercase; font-weight: inherit; + background: transparent; } &:hover { @@ -260,10 +272,6 @@ body > header { margin-top: 0; margin-left: 8px; - a, button, .button { - @include tip; - } - &:last-child { a, button, .button { .tip {