You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
devdocs/assets/stylesheets/global/_variables.scss

36 lines
888 B

// Variables needed to style the error message for browsers that don't support CSS variables.
$baseFont: -apple-system, BlinkMacSystemFont, 'San Francisco', 'Segoe UI', Roboto, Ubuntu, 'Helvetica Neue', Arial, sans-serif;
$textColor: #333;
html {
--baseFont: #{$baseFont};
--monoFont: 'SF Mono', 'SFMono-Regular', Consolas, 'Liberation Mono', Menlo, Courier, monospace;
--boldFontWeight: 500;
--bolderFontWeight: 600;
11 years ago
--textColorRed: #f44336;
--splashText: var(--loadingText);
10 years ago
--selectionText: #fff;
--transparentSelectionText: rgba(255, 255, 255, 0.9);
10 years ago
--notifColor: #fff;
--notifColorLight: #ccc;
--maxWidth: 80rem;
--headerHeight: 3rem;
--sidebarWidth: 20rem;
--sidebarMediumWidth: 16rem;
10 years ago
--focusBackground: #e5e5e5;
--focusBorder: #d4d4d4;
--focusText: #000;
10 years ago
--contentZ: 1;
--sidebarZ: 2;
--headerZ: 3;
--noticeZ: 4;
--hoverZ: 5;
}