Blockchain explorer for Ethereum based network and a tool for inspecting and analyzing EVM based blockchains.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
blockscout/apps/explorer_web/assets/css/app.scss

35 lines
868 B

@import "explorer/all";
@import "components/all";
/* Phoenix flash messages */
.alert:empty { display: none; }
/* This file is for your main application css. */
// Font Awesome
$fa-font-path: "~@fortawesome/fontawesome-free/webfonts";
@import "fontawesome";
@import "fa-brands";
@import "fa-regular";
@import "fa-solid";
// Bootstrap Core CSS
@import "node_modules/bootstrap/scss/functions";
@import "theme/variables";
@import "node_modules/bootstrap/scss/mixins";
@import "node_modules/bootstrap/scss/root";
@import "node_modules/bootstrap/scss/reboot";
// Bootstrap Components
@import "node_modules/bootstrap/scss/dropdown";
@import "node_modules/bootstrap/scss/transitions";
// Custom SCSS
@import "content";
@import "theme/fonts";
@import "utilities";
@import "typography";
@import "components/sidebar";
@import "explorer/button";
@import "explorer/filter";