-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy path_db-ui-core.variables.scss
39 lines (31 loc) · 1.45 KB
/
_db-ui-core.variables.scss
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
/* *****
This file summarizes the general variables relevant for using DB UI Core with SCSS.
***** */
// Define the path for both image and font folders
$icons-path: "../../icons/" !default;
$images-path: "../../images/" !default;
$fonts-path: "../../fonts/" !default;
@import "@db-ui/base/build/scss/variables";
// General configurations
$dbBaseFontSize: 16px;
$dbBaseFontSizeSass: 0.0625 !default;
$db-logo-default-width: 58px !default;
$db-logo-default-height: 40px !default;
$metanavigation-iconOnly--maxWidth: to-rem(656);
// General box-shadow
// * offset-x | offset-y | blur-radius | (spread-radius) | color
$box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
$box-shadow-01: 0 0 5px rgba(0, 0, 0, 0.08);
$box-shadow-02: 0 5px 30px rgba(0, 0, 0, 0.05);
$box-shadow-01-bottom: 0 2px 5px rgba(0, 0, 0, 0.08);
$box-shadow-02-bottom: 0 15px 30px rgba(0, 0, 0, 0.05);
// *** z-index ***
$z-index-rea-header-cmp-mainnavigation-submenu: 70 !default;
$z-index-rea-header-cmp-language-switcher-li: 40 !default;
$z-index-cmp-mainnavigation-dropdown: 30 !default;
$z-index-cmp-overflow-menu-menu: 60 !default;
$z-index-cmp-overflow-menu-overlay: 50 !default;
$z-index-rea-header-cmp-sitesearch-focus: 10 !default;
$z-index-reas-fixed-header-footer: 10 !default;
// Defined the max-width for a narrower screen to break the header, that e.g. let's the navigation break into a hamburger menu. Also defined the z-index for the header and footer.
$db-break-the-header-max-width: 1023px !default;