2021-05-07 16:12:27 -07:00
|
|
|
// Base NetBox Theme Overrides and Settings - color mode agnostic.
|
|
|
|
|
2021-07-24 00:00:38 -07:00
|
|
|
@import '../node_modules/bootstrap/scss/functions';
|
2021-04-25 20:11:46 -07:00
|
|
|
|
|
|
|
$card-cap-bg: 'unset';
|
|
|
|
|
|
|
|
$border-radius-md: 0.375rem;
|
|
|
|
$border-radius-lg: 0.5rem;
|
|
|
|
$border-radius-xl: 0.75rem;
|
|
|
|
$border-radius-2xl: 1.5rem;
|
|
|
|
|
2021-07-24 18:13:08 -07:00
|
|
|
$border-radius: $border-radius-md;
|
2021-04-25 20:11:46 -07:00
|
|
|
|
|
|
|
$border-radius-sm: $border-radius;
|
|
|
|
$border-radius-lg: $border-radius-xl;
|
|
|
|
|
|
|
|
$badge-border-radius: $border-radius-md;
|
|
|
|
$progress-border-radius: $border-radius-md;
|
|
|
|
|
|
|
|
$font-weight-lighter: 200;
|
|
|
|
$font-weight-medium: 600;
|
|
|
|
$font-weight-bolder: 800;
|
|
|
|
|
2021-07-20 21:16:36 -04:00
|
|
|
$font-size-xs: 0.75rem;
|
2021-04-30 11:27:51 -07:00
|
|
|
|
|
|
|
$line-height-base: 1.5;
|
|
|
|
$line-height-xs: 1;
|
|
|
|
$line-height-sm: 1.25;
|
|
|
|
$line-height-lg: 1.75;
|
|
|
|
|
2021-07-21 15:33:07 -07:00
|
|
|
$darker: #1b1f22;
|
|
|
|
$darkest: #171b1d;
|
|
|
|
|
2021-07-24 00:00:38 -07:00
|
|
|
@import '../node_modules/bootstrap/scss/variables';
|
2021-07-17 12:51:40 -07:00
|
|
|
|
2021-07-24 17:08:18 -07:00
|
|
|
// This is the same value as the default from Bootstrap, but it needs to be in scope prior to
|
|
|
|
// importing _variables.scss from Bootstrap.
|
|
|
|
$btn-close-width: 1em;
|
|
|
|
|
2021-05-07 14:27:32 -07:00
|
|
|
$accordion-padding-y: 0.8125rem;
|
|
|
|
$accordion-padding-x: 0.8125rem;
|
2021-06-22 17:20:17 -07:00
|
|
|
|
|
|
|
$sidebar-width: 280px;
|
2021-07-15 00:32:28 -07:00
|
|
|
$sidebar-bottom-height: 4rem;
|
2021-07-29 17:33:10 -07:00
|
|
|
|
2021-08-01 12:01:40 -07:00
|
|
|
$transition-100ms-ease-in-out: all 0.1s ease-in-out;
|
|
|
|
|
2021-07-29 17:33:10 -07:00
|
|
|
// Sidebar/Sidenav
|
2021-08-06 17:43:02 -04:00
|
|
|
$sidenav-width-closed: 3rem;
|
2021-07-29 17:33:10 -07:00
|
|
|
$sidenav-width-open: 16rem;
|
|
|
|
$sidenav-icon-width: 2rem;
|
|
|
|
$sidenav-spacing-x: 1.5rem;
|
|
|
|
$sidenav-link-spacing-x: 1rem;
|
2021-08-06 17:43:02 -04:00
|
|
|
$sidenav-link-spacing-y: 0.5rem;
|