forked from hazza/dspace-angular
28 lines
756 B
SCSS
28 lines
756 B
SCSS
$content-spacing: $spacer * 1.5;
|
|
|
|
$button-height: $input-btn-padding-y * 2 + $input-btn-line-height + calculateRem($input-btn-border-width*2);
|
|
|
|
$card-height-percentage:98%;
|
|
$card-thumbnail-height:240px;
|
|
$dropdown-menu-max-height: 200px;
|
|
$drop-zone-area-z-index: 1025;
|
|
$drop-zone-area-inner-z-index: 1021;
|
|
$login-logo-height:72px;
|
|
$login-logo-width:72px;
|
|
|
|
$main-z-index: 0;
|
|
$nav-z-index: 10;
|
|
$sidebar-z-index: 20;
|
|
|
|
$header-logo-height: 80px;
|
|
$header-logo-height-xs: 50px;
|
|
|
|
$admin-sidebar-bg: $dark;
|
|
$admin-sidebar-active-bg: darken($dark, 3%);
|
|
$admin-sidebar-header-bg: darken($dark, 7%);
|
|
|
|
$dark-scrollbar-background: $admin-sidebar-active-bg;
|
|
$dark-scrollbar-foreground: #47495d;
|
|
|
|
$edit-item-button-min-width: 100px;
|
|
$edit-item-metadata-field-width: 190px; |