From d60a6a16b64cc446597b8efb32272e621919c4f9 Mon Sep 17 00:00:00 2001 From: _aandres Date: Sat, 27 Aug 2022 16:36:45 +0200 Subject: [PATCH] feat [front]: style logo hover --- front/components/layout/NavBar.vue | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/front/components/layout/NavBar.vue b/front/components/layout/NavBar.vue index 7fa9770..aca05f9 100644 --- a/front/components/layout/NavBar.vue +++ b/front/components/layout/NavBar.vue @@ -112,13 +112,16 @@ $navbar-item-img-max-height: 105px padding: 0 2rem background: transparent - .navbar-brand .navbar-item - @include reset - margin: 0.5rem 1rem 0.5rem 0 - img - max-height: none - width: 160px - height: 205px + .navbar-brand + &:hover + background: rgba(237, 237, 237, 0.5) + .navbar-item + @include reset + margin: 0.5rem 1rem 0.5rem 0 + img + max-height: none + width: 160px + height: 205px .navbar-menu display: flex