|
@@ -9,10 +9,6 @@
|
|
|
$images-root: '../images/';
|
|
|
|
|
|
// grid settings
|
|
|
-$grid-columns: 12;
|
|
|
-$grid-gutter-width: 3%;
|
|
|
-$grid-max-width: 1200px;
|
|
|
-$grid-content-indent: 0.7;
|
|
|
|
|
|
$mobile-nice-padding: 20px;
|
|
|
$desktop-nice-padding: 80px;
|
|
@@ -44,9 +40,6 @@ $breakpoints: (
|
|
|
// Our fonts are based off of a list of system fallbacks to ensure
|
|
|
// that the most 'up-to-date' and available system font is used and rendered consistently as possible across browsers.
|
|
|
|
|
|
-$font-sans: theme('fontFamily.sans');
|
|
|
-$font-mono: theme('fontFamily.mono');
|
|
|
-
|
|
|
// misc sizing
|
|
|
$menu-width: 200px;
|
|
|
$menu-width-slim: 60px;
|
|
@@ -54,13 +47,8 @@ $side-panel-width: 500px;
|
|
|
|
|
|
$mobile-nav-indent: 50px;
|
|
|
|
|
|
-$sidebar-toggle-spacing: 12px;
|
|
|
-$sidebar-toggle-size: 35px;
|
|
|
-
|
|
|
// transitions
|
|
|
// Please keep in sync with SIDEBAR_TRANSITION_DURATION variable in `client/src/components/Sidebar/Sidebar.tsx`
|
|
|
$menu-transition-duration: 150ms;
|
|
|
|
|
|
$focus-outline-width: 3px;
|
|
|
-
|
|
|
-$object-title-height: 40px;
|