Skip to content

Commit

Permalink
style: minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
razonyang committed Aug 26, 2023
1 parent 26ccc3c commit 665df85
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions assets/hb/modules/announcement-bar/scss/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
color: var(--#{$prefix}navbar-color);
margin-bottom: var(--#{$prefix}navbar-padding-y);
padding-bottom: var(--#{$prefix}navbar-padding-y);
transition: .3s ease-in-out;
transition: .5s ease-in-out;

a {
color: var(--#{$prefix}navbar-active-color);
Expand All @@ -34,12 +34,10 @@
max-height: 30vh;
overflow: auto!important;
padding-top: var(--#{$prefix}navbar-padding-y);
position: fixed;
top: 0;
z-index: 1031;

.hb-announcement {
display: block!important;
transition: .5s ease-in-out;
margin-bottom: .25rem;
}
}
Expand Down

0 comments on commit 665df85

Please sign in to comment.