/* ============================================ * * qquoteadv styles * ============================================ */ .top-right-links { right: 30px; top: -44px; } @include bp(min-width, $bp-medium + 1) { .header-miniquote .skip-quote { color: $c-text; text-transform: uppercase; background: transparent; &:hover { text-decoration: none; color: $c-action; } .count { @include border-radius(0px); color: $c-text; position: static; background: none; margin-left: 0px; font-size: $f-size; &:before { content: '('; } &:after { content: ')'; } } } }