Restyle dropdown per updated figma

This commit is contained in:
mDuo13
2020-08-19 18:36:43 -07:00
parent 7934bb53d4
commit 366738f8ab
5 changed files with 7 additions and 15 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -108,10 +108,11 @@ $body-color: $white;
$headings-color: $white;
$text-muted: $gray-200;
$breadcrumb-bg: $black;
$dropdown-bg: rgba(34,37,43,0.8);
$dropdown-bg: rgba(0,0,0,0.9);
$dropdown-divider-bg: $black;
$dropdown-border-color: $gray-900;
$dropdown-color: $secondary;
$dropdown-link-color: $white;
$dropdown-link-hover-color: $primary;
$dropdown-link-hover-bg: transparent;
$dropdown-link-hover-bg: $gray-900;
$dropdown-link-active-bg: transparent;

View File

@@ -55,16 +55,7 @@
min-width: 250px;
.dropdown-item {
line-height: 262%;
border-bottom: 2px solid $black;
&:last-child {
border-bottom: 0;
}
&.active, &:hover {
font-weight: bold;
}
line-height: 44px;
}
}

View File

@@ -7,7 +7,7 @@ $navbar-nav-link-padding-x: 1.25rem;
$border-radius: 0;
$border-radius-lg: 0;
$border-radius-sm: 0;
$dropdown-border-width: 0;
$dropdown-border-width: 1px;
// @import "_font-face.scss";
$font-family-monospace: 'Work Sans', monospace;