Sha256: f363f15d00d488af9e0387a19b373b7e4bfaa247370e85026b21cdcaf463e45b

Contents?: true

Size: 1.76 KB

Versions: 8

Compression:

Stored size: 1.76 KB

Contents

/*-----General styling-----*/
$font-family-theme: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !default;
$h2-color: $primary;

/*-----Buttons hover style-----*/
$btn-primary-bg-hover: $primary;
$btn-primary-color-hover: $white;

/*-----Top navigation-----*/
$topnav-bg: $light;
$topnav-title-color: $primary;
$topnav-brand-height: 44px;

/*-----Search-----*/
$search-result-color: $primary;

/*-----Sidebar-----*/
$sidebar-bg: $light;
$sidebar-color: $dark;
$sidebar-lvl2-bg: $white;
$sidebar-lvl2-color: $dark;
$sidebar-lvl3-bg: $white;
$sidebar-lvl3-color: $dark;
$sidebar-bg-active: $primary;
$sidebar-color-active: $white;

/*-----Section navigation tiles-----*/
$nav-card-bg: $light;
$nav-card-header-bg: $secondary;
$nav-card-header-color: $white;
$nav-card-badge-color: $body-color;
$nav-card-badge-bg: $white;
$nav-card-badge-color-hover: $white;
$nav-card-badge-bg-hover: $primary;

/*-----More information tiles-----*/
$info-card-bg: $light;
$info-card-header-bg: $secondary;
$info-card-header-color: $white;

/*-----Contributors-cards-----*/
$contr-card-bg: $light;

/*-----Page contributors-----*/
$contr-bg: $light;
$contr-link-bg: $white;
$contr-crown-bg: $dark;
$contr-crown-color: $white;
$contr-popover-bg: $white;

/*-----Events & news-----*/
$news-title-bg: $primary;
$news-border-color: $light;
$news-title-color: $white;

/*-----Default badge-----*/
$badge-color: $body-color;
$badge-bg: $light;
$badge-color-hover: $white;
$badge-bg-hover: $primary;

/*-----Footer-----*/
$footer-bg: $light;
$footer-color: $dark;
$footer-link-color: $dark;
$footer-link-color-hover: $primary;
$footer-copyright-bg: $gray-200;
$footer-ett: $dark;

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
elixir-toolkit-theme-2.5.0 _sass/_variables.scss
elixir-toolkit-theme-2.4.0 _sass/_variables.scss
elixir-toolkit-theme-2.3.0 _sass/_variables.scss
elixir-toolkit-theme-2.2.2 _sass/_variables.scss
elixir-toolkit-theme-2.2.1 _sass/_variables.scss
elixir-toolkit-theme-2.2.0 _sass/_variables.scss
elixir-toolkit-theme-2.1.0 _sass/_variables.scss
elixir-toolkit-theme-2.0.0 _sass/_variables.scss