mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-04 11:55:50 +00:00
Restyle dropdown per updated figma
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user