marc-leopold/assets/scss/_globals.scss

22 lines
411 B
SCSS
Raw Normal View History

2019-01-15 12:09:31 +00:00
@import 'palette';
2019-01-16 21:09:55 +00:00
@import 'mixins';
2019-01-15 12:09:31 +00:00
2019-01-02 21:12:22 +00:00
$bp__m: 40em;
2019-01-03 14:06:28 +00:00
// layout optomised for larger screens
2019-01-16 13:47:38 +00:00
$bp__layout: 40em;
2019-01-03 14:06:28 +00:00
2019-01-17 11:06:03 +00:00
// gallery ui becomes more compact
2019-01-17 11:42:41 +00:00
$bp__gallery-compact: 75em;
2019-01-17 11:06:03 +00:00
2019-01-04 10:55:55 +00:00
$z-index__page: 50;
2019-01-16 21:09:55 +00:00
$z-index__page-overlay: 75;
2019-01-04 10:55:55 +00:00
$z-index__menu: 100;
2019-01-16 21:09:55 +00:00
$site-menu__width: 25rem;
2019-01-03 17:52:38 +00:00
$site-menu__header-width: 3rem;
$site-menu__header-height: 3rem;
2019-01-17 11:42:41 +00:00
$gallery-featured-width: 20rem;
$gallery-featured-width--compact: 12rem;