| Server IP : 85.158.181.41 / Your IP : 216.73.217.12 Web Server : Apache System : Linux cloud9-vm129 6.1.178+1-ph #ph SMP PREEMPT_DYNAMIC Wed Jul 29 09:00:54 UTC 2026 x86_64 User : moncbefd ( 1024) PHP Version : 7.3.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/moncbefd/www.moneta.at/admin/styles/admin/ |
Upload File : |
/*
Variables
==========================================================================
Define reused variables (do not override Bootstrap variables in this file).
This file must only contain variables that are used by many different places. If this isn't the
case, place the your variables to the top of the file that are referenced.
*/
// ----------------------------------------------------------------------------
// COLORS
// ----------------------------------------------------------------------------
// Text colors
$text-color-light: $gray-light;
$text-color-inverse: invert($text-color);
$text-color-tooltip: #FFFFFF;
// Border colors
$border-color: #E4E4E4;
// Background colors
$body-bg-dark: $gray-lighter;
$table-filter-bg-color: #ededed;
// ----------------------------------------------------------------------------
// POSITIONING
// ----------------------------------------------------------------------------
// Widths
$breakpoint-width-small: 675px;
$breakpoint-width-large: 1350px;
// Padding
$padding-small: 12px;
$padding-large: 2 * $padding-small;
// Margin
$margin-small: 12px;
$margin-large: 2 * $margin-small;
// z-indexes
$zindex-main-header: $zindex-modal-background - 5;
$zindex-content-header: $zindex-main-header - 2;
$zindex-main-menu: $zindex-modal-background - 6;
$zindex-main-footer: $zindex-modal-background - 5;
// ----------------------------------------------------------------------------
// UI COMPONENTS
// ----------------------------------------------------------------------------
$header-height: 46px;
$menu-width: 200px;