|
@@ -1,21 +1,18 @@
|
|
@use 'sass:color';
|
|
@use 'sass:color';
|
|
-// paths
|
|
|
|
|
|
|
|
|
|
+// Paths
|
|
// We can't use absolute paths here, because those are dependent on Django's
|
|
// We can't use absolute paths here, because those are dependent on Django's
|
|
// STATIC_URL setting. Instead, relative paths from the final location of the
|
|
// STATIC_URL setting. Instead, relative paths from the final location of the
|
|
// compiled CSS files are used.
|
|
// compiled CSS files are used.
|
|
-// */
|
|
|
|
|
|
|
|
$images-root: '../images/';
|
|
$images-root: '../images/';
|
|
|
|
|
|
-// grid settings
|
|
|
|
-
|
|
|
|
-$mobile-nice-padding: 20px;
|
|
|
|
-$desktop-nice-padding: 80px;
|
|
|
|
|
|
+$mobile-nice-padding: theme('spacing.5');
|
|
|
|
+$desktop-nice-padding: theme('spacing.20');
|
|
|
|
|
|
// All text inputs have a 42px set height to simplify alignment.
|
|
// All text inputs have a 42px set height to simplify alignment.
|
|
$text-input-height: 2.625rem;
|
|
$text-input-height: 2.625rem;
|
|
-// Forms should be constrainted to a maximum width for legibility.
|
|
|
|
|
|
+// Forms should be constrained to a maximum width for legibility.
|
|
$max-form-width: 840px;
|
|
$max-form-width: 840px;
|
|
// Consistent spacing between form fields.
|
|
// Consistent spacing between form fields.
|
|
$form-field-spacing: theme('spacing.[7.5]');
|
|
$form-field-spacing: theme('spacing.[7.5]');
|
|
@@ -41,10 +38,8 @@ $breakpoints: (
|
|
// that the most 'up-to-date' and available system font is used and rendered consistently as possible across browsers.
|
|
// that the most 'up-to-date' and available system font is used and rendered consistently as possible across browsers.
|
|
|
|
|
|
// misc sizing
|
|
// misc sizing
|
|
-$menu-width: 200px;
|
|
|
|
$menu-width-slim: 60px;
|
|
$menu-width-slim: 60px;
|
|
-$side-panel-width: 500px;
|
|
|
|
-
|
|
|
|
|
|
+$menu-width: 200px;
|
|
$mobile-nav-indent: 50px;
|
|
$mobile-nav-indent: 50px;
|
|
|
|
|
|
// transitions
|
|
// transitions
|