doc.silverstripe.org/src/theme/assets/scss/ss-variables.scss

10 lines
407 B
SCSS
Raw Normal View History

2019-11-08 03:40:20 +01:00
$container-max-widths: (
sm: 640px,
md: 768px,
lg: 1024px,
xl: 1280px
) !default;
$theme-bg-light: lighten($theme-text-color-secondary, 65%);
$font-family-sans-serif: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;
2019-11-19 23:46:39 +01:00
$gray-850: lighten($theme-text-color-secondary, 5%);
$header-height: 70px;