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

31 lines
754 B

@import "explorer/all";
@import "components/all";
/* Phoenix flash messages */
.alert:empty { display: none; }
/* This file is for your main application css. */
// Font Awesome
@import "font-awesome";
// 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
7 years ago
@import "explorer/wrapper";
@import "theme/fonts";
@import "utilities";
@import "typography";
7 years ago
@import "components/menu";
@import "explorer/button";
@import "explorer/filter";