Skip to content

Commit

Permalink
Refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
tugcekucukoglu committed Nov 21, 2024
1 parent 3c426a1 commit 63bc055
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions apps/showcase/assets/styles/layout/_sidebar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand All @@ -29,11 +29,11 @@
margin: 0;
padding: 0;

> li {
>li {
margin-bottom: .25rem;

> button,
> a {
>button,
>a {
display: flex;
width: 100%;
align-items: center;
Expand Down Expand Up @@ -95,15 +95,15 @@
&.router-link-active {
color: var(--primary-text-color);

> .menu-icon {
>.menu-icon {
i {
color: var(--primary-text-color);
}
}
}
}

> div {
>div {
overflow: hidden;

ol {
Expand Down Expand Up @@ -178,4 +178,4 @@
margin-bottom: .25rem;
}
}
}
}

0 comments on commit 63bc055

Please sign in to comment.