From 63bc055cc1fa7e8ef5df54652ef51ba9f82dc648 Mon Sep 17 00:00:00 2001 From: tugcekucukoglu Date: Thu, 21 Nov 2024 10:00:51 +0300 Subject: [PATCH] Refactor --- apps/showcase/assets/styles/layout/_sidebar.scss | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/apps/showcase/assets/styles/layout/_sidebar.scss b/apps/showcase/assets/styles/layout/_sidebar.scss index bdd5440e4..4144963d8 100644 --- a/apps/showcase/assets/styles/layout/_sidebar.scss +++ b/apps/showcase/assets/styles/layout/_sidebar.scss @@ -4,7 +4,7 @@ top: 6rem; height: calc(100vh - 9rem); user-select: none; - transition: transform .4s cubic-bezier(.05,.74,.2,.99), opacity .3s; + transition: transform .4s cubic-bezier(.05, .74, .2, .99), opacity .3s; display: flex; flex-direction: column; padding: 0; @@ -29,11 +29,11 @@ margin: 0; padding: 0; - > li { + >li { margin-bottom: .25rem; - > button, - > a { + >button, + >a { display: flex; width: 100%; align-items: center; @@ -95,7 +95,7 @@ &.router-link-active { color: var(--primary-text-color); - > .menu-icon { + >.menu-icon { i { color: var(--primary-text-color); } @@ -103,7 +103,7 @@ } } - > div { + >div { overflow: hidden; ol { @@ -178,4 +178,4 @@ margin-bottom: .25rem; } } -} +} \ No newline at end of file