Dark theme import to the end of sass

pull/2553/head
Victor Baranov 5 years ago
parent 4573fc44ad
commit c31377d8c3
  1. 1
      CHANGELOG.md
  2. 5
      apps/block_scout_web/assets/css/app.scss

@ -10,6 +10,7 @@
- [#2403](https://github.com/poanetwork/blockscout/pull/2403) - Return gasPrice field at the result of gettxinfo method
### Fixes
- [#2553](https://github.com/poanetwork/blockscout/pull/2553) - Dark theme import to the end of sass
- [#2549](https://github.com/poanetwork/blockscout/pull/2549) - Fix wrong colour of tooltip
- [#2548](https://github.com/poanetwork/blockscout/pull/2548) - CSS preload support in Firefox
- [#2547](https://github.com/poanetwork/blockscout/pull/2547) - do not show eth value if it's zero on the transaction overview page

@ -75,9 +75,6 @@ $fa-font-path: "~@fortawesome/fontawesome-free/webfonts";
@import "components/table";
@import "components/navbar";
@import "components/alerts";
@import "theme/dark-theme";
@import "components/animations";
@import "components/card";
@import "components/tile";
@ -116,6 +113,8 @@ $fa-font-path: "~@fortawesome/fontawesome-free/webfonts";
@import "components/radio_big";
@import "components/btn_no_border";
@import "theme/dark-theme";
:export {
dashboardBannerChartAxisFontColor: $dashboard-banner-chart-axis-font-color;
dashboardLineColorMarket: $dashboard-line-color-market;

Loading…
Cancel
Save