Nav, link, & Bootstrap changes

This commit is contained in:
mDuo13
2021-06-29 18:46:30 -07:00
parent 11c742bbb7
commit 177b361d37
13 changed files with 206 additions and 105 deletions

View File

@@ -53,11 +53,6 @@
.dropdown-toggle {
position: relative;
}
.dropdown.show {
.dropdown-toggle {
color: $gray-500;
}
}
.dropdown-menu {
border-width: 0;
@@ -94,6 +89,10 @@
white-space: normal;
}
h4 {
font-size: 1.25rem;
}
&:hover {
h4 {
color: $blue-purple-400;
@@ -166,7 +165,7 @@
.dropdown .dropdown-toggle:hover > span:not(.chevron) {
padding-bottom: 8px;
border-bottom: 2px solid $blue-purple-400;
border-bottom: 2px solid $blue-purple-500;
margin-bottom: -8px;
}