Skip to content
Snippets Groups Projects
variables.scss 1.83 KiB
Newer Older
// media queries
$screen-lg: 1400px;

Michael Hartung's avatar
Michael Hartung committed
$row-data-selector-height: auto;
Michael Hartung's avatar
Michael Hartung committed
$network-header-height: 3rem;
$network-footer-height: 0rem;
$network-footer-width: 15rem;
$network-footer-width-small: 12rem;
$network-closed-width: 3rem;
$network-closed-width-small: 2.5rem;
$network-footer-right-closed: calc(
  -#{$network-footer-width} + #{$network-closed-width}
);
$network-footer-right-closed-small: calc(
  -#{$network-footer-width-small} + #{$network-closed-width-small}
);
$network-footer-container-toggle-z: 21;
$network-footer-inner-container-height: 25rem;
$network-footer-space-button-to-border: 0.5rem;

$explorer-network-z: 10;
Michael Hartung's avatar
Michael Hartung committed
$explorer-networklegend-z: 20;

$analysis-view-z: 30;
$analysis-network-z: 40;
Michael Hartung's avatar
Michael Hartung committed
$analysis-network-legend-z: 40;
$analysis-network-footer-container-z: 60;
$analysis-network-footer-container-toggle-z: 70;
Michael Hartung's avatar
Michael Hartung committed

$network-tissue-options-z: 80;
Michael Hartung's avatar
Michael Hartung committed
$analysis-tab-header-height: 2.5rem;
$analysis-tab-header-padding: 1.5rem;
Michael Hartung's avatar
Michael Hartung committed

// Settings Legend
Michael Hartung's avatar
Michael Hartung committed
$legend-default-background-color: #143d1f;
$legend-row-height: 40px;
$legend-circle-size: $legend-row-height;
$legend-circle-line-height: 28px; // for '...' in middle of circle
$legend-star-size: 20px;
$legend-square-width: $legend-row-height;
Michael Hartung's avatar
Michael Hartung committed
$legend-edge-width: 20px;
$legend-edge-height: 3px;
$legend-star-color: #fc0;
$legend-triangle-size: $legend-row-height;
$legend-triangle-height: 29px;
$legend-hexagon-font-size: 38px;
$legend-diamond-size: 25px;
$legend-scaling: 0.8;
$legend-scaling-small: 0.75;
Michael Hartung's avatar
Michael Hartung committed

Michael Hartung's avatar
Michael Hartung committed
$sidebar-width: 25%;
Michael Hartung's avatar
Michael Hartung committed
$sidebar-min-width: 240px;
Michael Hartung's avatar
Michael Hartung committed

// settings for different screen sizes
$b-text-small-font-size: 14px;
$b-text-smaller-font-size: 12px;
$text-normal-font-size: 12px;
$text-small-font-size: 11px;
Hartung, Michael's avatar
Hartung, Michael committed

Hartung, Michael's avatar
Hartung, Michael committed
$fullscreen-z: 2147483646;
$toast-z: 2147483647;
Hartung, Michael's avatar
Hartung, Michael committed
$loading-overlay-z: 2147483647;