Skip to content

Commit

Permalink
detached
Browse files Browse the repository at this point in the history
  • Loading branch information
arily committed Oct 27, 2023
1 parent c43e635 commit e2c4d56
Showing 1 changed file with 11 additions and 10 deletions.
21 changes: 11 additions & 10 deletions src/components/app/nav/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ function clearFocus() {
.navbar {
@apply border-[1px] border-gbase-50/0 dark:border-gbase-500/0;
transition:all 0.5s cubic-bezier(0.05, 1, 0.4, 0.95);
transition: all 0.5s cubic-bezier(0.05, 1, 0.4, 0.95);
& .btn,
& a,
Expand All @@ -191,10 +191,10 @@ function clearFocus() {
@apply transition-[padding];
}
& .nav-menu li,
& ul.nav-menu>li,
&.btn {
min-height:3em;
height:3em;
min-height: 3em;
height: 3em;
@apply outline-transparent;
@apply transition-all;
}
Expand Down Expand Up @@ -234,7 +234,8 @@ function clearFocus() {
}
}
& .nav-menu li {
/* > ul > li */
& ul.nav-menu>li {
@apply justify-center;
}
Expand All @@ -244,15 +245,15 @@ function clearFocus() {
}
& .btn,
& .nav-menu li {
height:2rem;
min-height:2rem;
& ul.nav-menu>li {
height: 2rem;
min-height: 2rem;
@apply outline-transparent;
@apply transition-all;
&.btn-circle {
width:2rem;
min-width:2rem;
width: 2rem;
min-width: 2rem;
}
& a {
Expand Down

0 comments on commit e2c4d56

Please sign in to comment.