From 25ab264b73b44cdd07837da957909df0fc6e5a48 Mon Sep 17 00:00:00 2001 From: baedyl Date: Wed, 8 Dec 2021 23:58:00 +0100 Subject: [PATCH] Update toggle side bar button style --- src/components/Hamburger/index.vue | 25 +++++++++---------- src/layout/components/Navbar.vue | 10 ++------ src/layout/components/Sidebar/Logo.vue | 11 +++++--- src/layout/components/Sidebar/index.vue | 16 ++++++++++-- .../admin/components/BillingCard.vue | 18 +++++++++++-- .../admin/components/BookingCard.vue | 3 +++ .../admin/components/ExerciseCard.vue | 3 +++ 7 files changed, 57 insertions(+), 29 deletions(-) diff --git a/src/components/Hamburger/index.vue b/src/components/Hamburger/index.vue index 368b0021..c780af1c 100644 --- a/src/components/Hamburger/index.vue +++ b/src/components/Hamburger/index.vue @@ -1,15 +1,6 @@ @@ -34,8 +25,16 @@ export default { .hamburger { display: inline-block; vertical-align: middle; - width: 20px; - height: 20px; + background: #1f71bc; + color: white; + font: normal normal normal 12px/14px FontAwesome; + border-radius: 4px 0px 0px 4px; + width: 18px; + height: 45px; + padding: 13px 3px; + position: absolute; + bottom: 90px; + right: 0; } .hamburger.is-active { diff --git a/src/layout/components/Navbar.vue b/src/layout/components/Navbar.vue index 0c47e9ab..ebb268c0 100644 --- a/src/layout/components/Navbar.vue +++ b/src/layout/components/Navbar.vue @@ -1,7 +1,5 @@