(update) etc styles

pull/2090/head
Gabriel Rodriguez Alsina 6 years ago
parent e2eb9542a1
commit b3f8061bab
  1. 23
      apps/block_scout_web/assets/css/theme/_ethereum_classic_variables.scss

@ -9,14 +9,11 @@ $footer-background-color: $primary;
$footer-title-color: #fff; $footer-title-color: #fff;
$footer-text-color: $additional-font; $footer-text-color: $additional-font;
$footer-item-disc-color: $tertiary; $footer-item-disc-color: $tertiary;
.footer-logo { $footer-social-icon-color: #5959d8;
filter: brightness(0) invert(1);
}
// dashboard // dashboard
$dashboard-line-color-price: $secondary; $dashboard-line-color-price: $secondary;
$dashboard-line-color-market: $tertiary; $dashboard-line-color-market: $tertiary;
$dashboard-banner-gradient-start: #1b1b39; $dashboard-banner-gradient-start: #1b1b39;
$dashboard-banner-gradient-end: #27275f; $dashboard-banner-gradient-end: #27275f;
$dashboard-banner-chart-legend-value-color: $additional-font; // chart labels $dashboard-banner-chart-legend-value-color: $additional-font; // chart labels
@ -38,16 +35,17 @@ $btn-qr-color: #27275e; // btn qr-code
$card-background-1: $tertiary; $card-background-1: $tertiary;
$card-tab-active: $tertiary; $card-tab-active: $tertiary;
// CSS theme's idiosyncrasies // ETC theme's idiosyncrasies
.layout-container { .layout-container {
.navbar { .navbar {
box-shadow: 0px 0px 30px 0px rgba(21, 53, 80, 0.12); box-shadow: 0 0 30px 0 rgba(21, 53, 80, 0.12);
} // header shadow }
.dropdown-item:hover, .dropdown-item:hover,
.dropdown-item.active,
.dropdown-item:focus { .dropdown-item:focus {
background-color: $tertiary !important; background-color: $tertiary;
} // dropdown item on hover }
.dashboard-banner-container { .dashboard-banner-container {
background-image: linear-gradient( background-image: linear-gradient(
@ -57,10 +55,7 @@ $card-tab-active: $tertiary;
); );
} }
.tile a { .footer-logo {
color: $tertiary !important; filter: brightness(0) invert(1);
}
.tile-type-block {
border-left: 4px solid #27275e;
} }
} }

Loading…
Cancel
Save