Skip to content

Commit

Permalink
chore(docs): override navbar dropdown styles
Browse files Browse the repository at this point in the history
  • Loading branch information
stfsy committed May 12, 2022
1 parent 6f5dea0 commit 4c6d9b9
Showing 1 changed file with 16 additions and 2 deletions.
18 changes: 16 additions & 2 deletions styles/navbar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,22 @@
@apply space-x-12;
}

.navbar-item>a {
@apply text-gray-900 text-xl font-bold transition-transform transform;
.navbar-item {
a, .navbar-dropdown-title {
@apply text-gray-900 text-xl font-bold transition-transform transform;
}

.navbar-dropdown {
@apply shadow-md p-0 !important;

.navbar-dropdown-item {
@apply p-1.5;
}

.navbar-dropdown-item:hover {
@apply bg-gray-200;
}
}
}

.navbar-item>a:hover,
Expand Down

0 comments on commit 4c6d9b9

Please sign in to comment.