@ -1,17 +1,31 @@ |
||||
// These styles extend the default Bootstrap styles |
||||
|
||||
.dropdown-menu { |
||||
width: 100%; |
||||
box-shadow: $box-shadow; |
||||
padding: 0; |
||||
width: 100%; |
||||
} |
||||
|
||||
.dropdown-item { |
||||
font-size: 12px; |
||||
padding: 10px 20px; |
||||
|
||||
&:hover { |
||||
background-color: $tertiary; |
||||
color: $white; |
||||
} |
||||
} |
||||
|
||||
.dropdown-search-icon { |
||||
top: 0.5rem; |
||||
color: $gray-300; |
||||
left: 0.625rem; |
||||
pointer-events: none; |
||||
color: $gray-300; |
||||
top: 0.5rem; |
||||
} |
||||
|
||||
.dropdown-search-field { |
||||
padding-left: 2rem; |
||||
} |
||||
|
||||
.dropdown-toggle::after { |
||||
margin-left: 0.71em; |
||||
} |
@ -1,3 +1,29 @@ |
||||
$primary: #5b389f; |
||||
$secondary: #7dd79f; |
||||
$tertiary: #997fdc; |
||||
$primary : #fff; |
||||
$secondary : #15bba6; |
||||
$tertiary : #15bba6; |
||||
|
||||
// Navbar elements |
||||
.navbar.navbar-primary { |
||||
&.navbar-dark { |
||||
.navbar-nav { |
||||
.nav-link { |
||||
color: #a3a9b5; |
||||
&:hover { |
||||
color: #333; |
||||
} |
||||
} |
||||
.nav-link-icon { |
||||
circle { |
||||
fill: $secondary; |
||||
} |
||||
} |
||||
} |
||||
} |
||||
} |
||||
|
||||
|
||||
.topnav-nav-link { |
||||
&:before { |
||||
background-color: $secondary; |
||||
} |
||||
} |
@ -1,3 +1,5 @@ |
||||
// @import "neutral_v÷ariables"; |
||||
@import "posdao_variables"; |
||||
// @import "sokol_variables"; |
||||
// @import "dai_variables"; |
||||
@import "theme/base_variables"; |
||||
|
Before Width: | Height: | Size: 410 B After Width: | Height: | Size: 274 B |
Before Width: | Height: | Size: 593 B After Width: | Height: | Size: 442 B |
After Width: | Height: | Size: 389 B |
Before Width: | Height: | Size: 945 B After Width: | Height: | Size: 350 B |
After Width: | Height: | Size: 118 B |
Before Width: | Height: | Size: 671 B After Width: | Height: | Size: 698 B |