Final changes for xUSDT theme performed

pull/2672/head
Yegor San 5 years ago
parent 5b04f221b5
commit f12ba4163c
  1. 4
      apps/block_scout_web/assets/css/theme/_variables.scss
  2. 22
      apps/block_scout_web/assets/css/theme/_xusdt_variables.scss

@ -1,6 +1,6 @@
@import "theme/base_variables";
//@import "neutral_variables";
@import "xusdt_variables";
@import "neutral_variables";
// @import "xusdt_variables";
// @import "dai_variables";
// @import "ethereum_classic_variables";
// @import "ethereum_variables";

@ -4,10 +4,10 @@ $secondary: #20745a;
$tertiary: #fff;
$additional-font: #fff;
$tile-body-a-color: $secondary;
$tile-type-block-color: $secondary;
$tile-type-progress-bar-color: $secondary;
a.tile-title { color: $secondary !important; }
$tile-body-a-color: $primary;
$tile-type-block-color: $primary;
$tile-type-progress-bar-color: $primary;
a.tile-title { color: $primary !important; }
// footer
$footer-background-color: #282d31;
@ -82,4 +82,16 @@ $api-text-monospace-color: $primary;
// Dark theme
$dark-primary: #2b9f7a;
$dark-secondary: #20745a;
$dark-primary-alternate: #2b9f7a;
$dark-primary-alternate: #2b9f7a;
.dark-theme-applied .dashboard-banner-chart-legend .dashboard-banner-chart-legend-item:nth-child(1)::before {
background-color: white!important;
}
.dark-theme-applied .dashboard-banner-chart-legend .dashboard-banner-chart-legend-item:nth-child(2)::before {
background-color: $primary!important;
}
.dark-theme-applied .tile .tile-body a, .dark-theme-applied .tile span[data-address-hash] {
color: #2b9f7a;
}
Loading…
Cancel
Save