@ -1,17 +1,31 @@ |
|||||||
// These styles extend the default Bootstrap styles |
// These styles extend the default Bootstrap styles |
||||||
|
|
||||||
.dropdown-menu { |
.dropdown-menu { |
||||||
width: 100%; |
|
||||||
box-shadow: $box-shadow; |
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 { |
.dropdown-search-icon { |
||||||
top: 0.5rem; |
color: $gray-300; |
||||||
left: 0.625rem; |
left: 0.625rem; |
||||||
pointer-events: none; |
pointer-events: none; |
||||||
color: $gray-300; |
top: 0.5rem; |
||||||
} |
} |
||||||
|
|
||||||
.dropdown-search-field { |
.dropdown-search-field { |
||||||
padding-left: 2rem; |
padding-left: 2rem; |
||||||
} |
} |
||||||
|
|
||||||
|
.dropdown-toggle::after { |
||||||
|
margin-left: 0.71em; |
||||||
|
} |
@ -1,3 +1,29 @@ |
|||||||
$primary: #5b389f; |
$primary : #fff; |
||||||
$secondary: #7dd79f; |
$secondary : #15bba6; |
||||||
$tertiary: #997fdc; |
$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 "neutral_v÷ariables"; |
||||||
@import "posdao_variables"; |
@import "posdao_variables"; |
||||||
|
// @import "sokol_variables"; |
||||||
|
// @import "dai_variables"; |
||||||
@import "theme/base_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 |