Going on and add to repo not committed files
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
// Copyright (c) Microsoft. All rights reserved. Licensed under the MIT license. See LICENSE in the project root for license information.
|
||||
|
||||
// Easings
|
||||
$ms-animation-ease-1: cubic-bezier(0.1,0.9,0.2,1) !default;
|
||||
$ms-animation-ease-2: cubic-bezier(0.1,0.25,0.75,0.9) !default;
|
||||
|
||||
// Durations
|
||||
$ms-animation-duration-1: 0.167s !default;
|
||||
$ms-animation-duration-2: 0.267s !default;
|
||||
$ms-animation-duration-3: 0.367s !default;
|
||||
$ms-animation-duration-4: 0.467s !default;
|
||||
@@ -0,0 +1,12 @@
|
||||
// Copyright (c) Microsoft. All rights reserved. Licensed under the MIT license. See LICENSE in the project root for license information.
|
||||
|
||||
// Image paths
|
||||
$ms-brand-icon-product-images-path: 'https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png';
|
||||
$ms-brand-icon-document-images-path: 'https://spoprod-a.akamaihd.net/files/fabric/assets/item-types';
|
||||
|
||||
// Names
|
||||
$ms-brand-icon-product-icons: access excel infopath office onedrive onenote outlook powerpoint project sharepoint visio word;
|
||||
$ms-brand-icon-document-icons: accdb archive audio code csv docset docx dotx email exe folder font genericfile html link listitem model mpp mpt odp ods odt one onetoc pdf photo potx ppsx pptx pub rtf sharedfolder spo sysfile txt vector video vsdx vssx vstx xlsx xltx xml xsn zip;
|
||||
|
||||
// Sizes
|
||||
$ms-brand-icon-sizes: 16 48 96;
|
||||
@@ -0,0 +1,73 @@
|
||||
// Copyright (c) Microsoft. All rights reserved. Licensed under the MIT license. See LICENSE in the project root for license information.
|
||||
|
||||
// Theme
|
||||
$ms-color-themeDarker: #004578 !default;
|
||||
$ms-color-themeDark: #005a9e !default;
|
||||
$ms-color-themeDarkAlt: #106ebe !default;
|
||||
$ms-color-themePrimary: #0078d4 !default;
|
||||
$ms-color-themeSecondary: #2b88d8 !default;
|
||||
$ms-color-themeTertiary: #71afe5 !default;
|
||||
$ms-color-themeLight: #c7e0f4 !default;
|
||||
$ms-color-themeLighter: #deecf9 !default;
|
||||
$ms-color-themeLighterAlt: #eff6fc !default;
|
||||
|
||||
// Neutral
|
||||
$ms-color-black: #000000 !default;
|
||||
$ms-color-neutralDark: #212121 !default;
|
||||
$ms-color-neutralPrimary: #333333 !default;
|
||||
$ms-color-neutralPrimaryAlt: #3C3C3C !default;
|
||||
$ms-color-neutralSecondary: #666666 !default;
|
||||
$ms-color-neutralSecondaryAlt: #767676 !default;
|
||||
$ms-color-neutralTertiary: #a6a6a6 !default;
|
||||
$ms-color-neutralTertiaryAlt: #c8c8c8 !default;
|
||||
$ms-color-neutralQuaternary: #d0d0d0 !default;
|
||||
$ms-color-neutralQuaternaryAlt: #dadada !default;
|
||||
$ms-color-neutralLight: #eaeaea !default;
|
||||
$ms-color-neutralLighter: #f4f4f4 !default;
|
||||
$ms-color-neutralLighterAlt: #f8f8f8 !default;
|
||||
$ms-color-white: #ffffff !default;
|
||||
|
||||
// Accent
|
||||
$ms-color-yellow: #ffb900 !default;
|
||||
$ms-color-yellowLight: #fff100 !default;
|
||||
$ms-color-orange: #d83b01 !default;
|
||||
$ms-color-orangeLight: #ea4300 !default;
|
||||
$ms-color-orangeLighter: #ff8c00 !default;
|
||||
$ms-color-redDark: #a80000 !default;
|
||||
$ms-color-red: #e81123 !default;
|
||||
$ms-color-magentaDark: #5c005c !default;
|
||||
$ms-color-magenta: #b4009e !default;
|
||||
$ms-color-magentaLight: #e3008c !default;
|
||||
$ms-color-purpleDark: #32145a !default;
|
||||
$ms-color-purple: #5c2d91 !default;
|
||||
$ms-color-purpleLight: #b4a0ff !default;
|
||||
$ms-color-blueDark: #002050 !default;
|
||||
$ms-color-blueMid: #00188f !default;
|
||||
$ms-color-blue: #0078d7 !default;
|
||||
$ms-color-blueLight: #00bcf2 !default;
|
||||
$ms-color-tealDark: #004b50 !default;
|
||||
$ms-color-teal: #008272 !default;
|
||||
$ms-color-tealLight: #00b294 !default;
|
||||
$ms-color-greenDark: #004b1c !default;
|
||||
$ms-color-green: #107c10 !default;
|
||||
$ms-color-greenLight: #bad80a !default;
|
||||
|
||||
// Message
|
||||
$ms-color-info: $ms-color-neutralSecondaryAlt !default;
|
||||
$ms-color-infoBackground: $ms-color-neutralLighter !default;
|
||||
$ms-color-success: $ms-color-green !default;
|
||||
$ms-color-successBackground: #dff6dd !default;
|
||||
$ms-color-severeWarning: $ms-color-orange !default;
|
||||
$ms-color-severeWarningBackground: #fed9cc !default;
|
||||
$ms-color-alert: $ms-color-severeWarning !default; // Deprecated: Use $ms-color-severeWarning
|
||||
$ms-color-alertBackground: $ms-color-severeWarningBackground !default; // Deprecated: Use $ms-color-severeWarningBackground
|
||||
$ms-color-warning: $ms-color-neutralSecondaryAlt !default;
|
||||
$ms-color-warningBackground: #fff4ce !default;
|
||||
$ms-color-error: $ms-color-redDark !default;
|
||||
$ms-color-errorBackground: #fde7e9 !default;
|
||||
|
||||
// High contrast colors
|
||||
$ms-color-contrastBlackDisabled: #00ff00 !default;
|
||||
$ms-color-contrastWhiteDisabled: #600000 !default;
|
||||
$ms-color-contrastBlackSelected: #1AEBFF !default;
|
||||
$ms-color-contrastWhiteSelected: #37006E !default;
|
||||
@@ -0,0 +1,44 @@
|
||||
// Copyright (c) Microsoft. All rights reserved. Licensed under the MIT license. See LICENSE in the project root for license information.
|
||||
|
||||
// Font directory and paths
|
||||
$ms-font-cdn-path: 'https://static2.sharepointonline.com/files/fabric/assets/fonts' !default;
|
||||
|
||||
// Fallback fonts, if specified system or web fonts are unavailable.
|
||||
$ms-font-family-fallbacks: 'Segoe UI', -apple-system, BlinkMacSystemFont, 'Roboto', 'Helvetica Neue', sans-serif !default;
|
||||
|
||||
// Language-specific font stacks.
|
||||
$ms-font-family-arabic: 'Segoe UI Web (Arabic)', $ms-font-family-fallbacks !default;
|
||||
$ms-font-family-chinese-simplified: 'Microsoft Yahei UI', Verdana, Simsun, $ms-font-family-fallbacks !default;
|
||||
$ms-font-family-chinese-traditional: 'Microsoft Jhenghei UI', Pmingliu, $ms-font-family-fallbacks !default;
|
||||
$ms-font-family-cyrillic: 'Segoe UI Web (Cyrillic)', $ms-font-family-fallbacks !default;
|
||||
$ms-font-family-east-european: 'Segoe UI Web (East European)', $ms-font-family-fallbacks !default;
|
||||
$ms-font-family-greek: 'Segoe UI Web (Greek)', $ms-font-family-fallbacks !default;
|
||||
$ms-font-family-hebrew: 'Segoe UI Web (Hebrew)', $ms-font-family-fallbacks !default;
|
||||
$ms-font-family-hindi: 'Nirmala UI', $ms-font-family-fallbacks !default;
|
||||
$ms-font-family-japanese: 'Yu Gothic UI', 'Meiryo UI', Meiryo, 'MS Pgothic', Osaka, $ms-font-family-fallbacks !default;
|
||||
$ms-font-family-korean: 'Malgun Gothic', Gulim, $ms-font-family-fallbacks !default;
|
||||
$ms-font-family-lao: 'Leelawadee UI Web', 'Lao UI', DokChampa, $ms-font-family-fallbacks !default;
|
||||
$ms-font-family-selawik: 'Selawik Web', $ms-font-family-fallbacks !default;
|
||||
$ms-font-family-thai: 'Leelawadee UI Web', 'Kmer UI', $ms-font-family-fallbacks !default;
|
||||
$ms-font-family-vietnamese: 'Segoe UI Web (Vietnamese)', $ms-font-family-fallbacks !default;
|
||||
$ms-font-family-west-european: 'Segoe UI Web (West European)', $ms-font-family-fallbacks !default;
|
||||
|
||||
// Weights
|
||||
$ms-font-weight-light: 100 !default;
|
||||
$ms-font-weight-semilight: 300 !default;
|
||||
$ms-font-weight-regular: 400 !default;
|
||||
$ms-font-weight-semibold: 600 !default;
|
||||
$ms-font-weight-bold: 700 !default;
|
||||
|
||||
// Sizes
|
||||
$ms-font-size-su: 42px !default;
|
||||
$ms-font-size-xxl: 28px !default;
|
||||
$ms-font-size-xl-plus: 24px !default;
|
||||
$ms-font-size-xl: 21px !default;
|
||||
$ms-font-size-l: 17px !default;
|
||||
$ms-font-size-m-plus: 15px !default;
|
||||
$ms-font-size-m: 14px !default;
|
||||
$ms-font-size-s-plus: 13px !default;
|
||||
$ms-font-size-s: 12px !default;
|
||||
$ms-font-size-xs: 11px !default;
|
||||
$ms-font-size-mi: 10px !default;
|
||||
@@ -0,0 +1,6 @@
|
||||
// Copyright (c) Microsoft. All rights reserved. Licensed under the MIT license. See LICENSE in the project root for license information.
|
||||
|
||||
// Default focus border style.
|
||||
$ms-focus-border-width: 1px;
|
||||
$ms-focus-border-color: $ms-color-neutralSecondary;
|
||||
$ms-focus-border-style: solid;
|
||||
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,16 @@
|
||||
// Copyright (c) Microsoft. All rights reserved. Licensed under the MIT license. See LICENSE in the project root for license information.
|
||||
|
||||
// Minimum widths for each breakpoint
|
||||
$ms-screen-min-sm: 320px !default;
|
||||
$ms-screen-min-md: 480px !default;
|
||||
$ms-screen-min-lg: 640px !default;
|
||||
$ms-screen-min-xl: 1024px !default;
|
||||
$ms-screen-min-xxl: 1366px !default;
|
||||
$ms-screen-min-xxxl: 1920px !default;
|
||||
|
||||
// Maximum widths for each breakpoint
|
||||
$ms-screen-max-sm: ($ms-screen-min-md - 1);
|
||||
$ms-screen-max-md: ($ms-screen-min-lg - 1);
|
||||
$ms-screen-max-lg: ($ms-screen-min-xl - 1);
|
||||
$ms-screen-max-xl: ($ms-screen-min-xxl - 1);
|
||||
$ms-screen-max-xxl: ($ms-screen-min-xxxl - 1);
|
||||
@@ -0,0 +1,14 @@
|
||||
// Copyright (c) Microsoft. All rights reserved. Licensed under the MIT license. See LICENSE in the project root for license information.
|
||||
|
||||
// Large ranges
|
||||
$ms-zIndex-0: 0 !default;
|
||||
$ms-zIndex-1: 100 !default;
|
||||
$ms-zIndex-2: 200 !default;
|
||||
$ms-zIndex-3: 300 !default;
|
||||
$ms-zIndex-4: 400 !default;
|
||||
$ms-zIndex-5: 500 !default;
|
||||
|
||||
// Small ranges
|
||||
$ms-zIndex-back: 0 !default;
|
||||
$ms-zIndex-middle: 5 !default;
|
||||
$ms-zIndex-front: 10 !default;
|
||||
Reference in New Issue
Block a user