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

55 lines
1.3 KiB

@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";
@import "node_modules/bootstrap/scss/grid";
// Bootstrap Components
@import "node_modules/bootstrap/scss/dropdown";
@import "node_modules/bootstrap/scss/transitions";
@import "node_modules/bootstrap/scss/tables";
@import "node_modules/bootstrap/scss/nav";
// @import "node_modules/bootstrap/scss/tooltip";
//Custom theme
@import "theme/theme_ribbon";
@import "theme/fonts";
// Custom SCSS
@import "content";
@import "utilities";
@import "typography";
@import "components/panels";
@import "components/header";
@import "components/sidebar";
@import "components/nav_tabs";
@import "components/chain";
@import "components/dot";
@import "components/pagination";
@import "explorer/button";
@import "explorer/filter";
@import "explorer/table";
@import "tooltip";
:export {
primary: $primary;
secondary: $secondary;
}