|
|
|
@ -780,7 +780,59 @@ $labels-dark: #8a8dba; // header nav, labels |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.logo-text { |
|
|
|
|
color: white; |
|
|
|
|
color: #fff; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.bridged-token-label.omni { |
|
|
|
|
background-color: $labels-dark; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.dropdown-item { |
|
|
|
|
.external-link-icon { |
|
|
|
|
path { |
|
|
|
|
fill: #fff; |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
& { |
|
|
|
|
&.active, |
|
|
|
|
&:hover, |
|
|
|
|
&:focus { |
|
|
|
|
.external-link-icon { |
|
|
|
|
path { |
|
|
|
|
fill: #fff; |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.tooltip-inversed-color { |
|
|
|
|
.tooltip-inner { |
|
|
|
|
background-color: $btn-line-color !important; |
|
|
|
|
color: #fff !important; |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.tooltip-inversed-color.bs-tooltip-top .arrow::before, |
|
|
|
|
.tooltip-inversed-color.bs-tooltip-auto[x-placement^="top"] .arrow::before { |
|
|
|
|
border-top-color: $btn-line-color !important; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.tooltip-inversed-color.bs-tooltip-right .arrow::before, |
|
|
|
|
.tooltip-inversed-color.bs-tooltip-auto[x-placement^="right"] .arrow::before { |
|
|
|
|
border-right-color: $btn-line-color !important; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.tooltip-inversed-color.bs-tooltip-bottom .arrow::before, |
|
|
|
|
.tooltip-inversed-color.bs-tooltip-auto[x-placement^="bottom"] .arrow::before { |
|
|
|
|
border-bottom-color: $btn-line-color !important; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.tooltip-inversed-color.bs-tooltip-left .arrow::before, |
|
|
|
|
.tooltip-inversed-color.bs-tooltip-auto[x-placement^="left"] .arrow::before { |
|
|
|
|
border-left-color: $btn-line-color !important; |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
@ -791,7 +843,7 @@ $labels-dark: #8a8dba; // header nav, labels |
|
|
|
|
|
|
|
|
|
.dark-theme-applied .dropdown-item { |
|
|
|
|
background-color: $dark-light!important; |
|
|
|
|
color: #fff!important; |
|
|
|
|
color: #fff !important; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.dark-theme-applied .dropdown-item.active:not(.header), .dark-theme-applied .dropdown-item:not(.header):hover, .dark-theme-applied .dropdown-item:not(.header):focus { |
|
|
|
|