From e2fa6d83c6828b54bf12d9b4265c57c6b78369e7 Mon Sep 17 00:00:00 2001 From: Dan Brown Date: Thu, 8 Apr 2021 22:33:36 +0100 Subject: [PATCH] Removed some unused sass variables --- resources/sass/_variables.scss | 6 ------ 1 file changed, 6 deletions(-) diff --git a/resources/sass/_variables.scss b/resources/sass/_variables.scss index 42207528b..6b57147ef 100644 --- a/resources/sass/_variables.scss +++ b/resources/sass/_variables.scss @@ -4,15 +4,11 @@ // Screen breakpoints $xxl: 1400px; $xl: 1100px; -$ipad-width: 1028px; // Is actually 1024 but we go over to ensure functionality. $l: 1000px; $m: 880px; $s: 600px; $xs: 400px; $xxs: 360px; -$screen-lg: 1200px; -$screen-md: 992px; -$screen-sm: 768px; // List of screen sizes $screen-sizes: (('xxs', $xxs), ('xs', $xs), ('s', $s), ('m', $m), ('l', $l), ('xl', $xl)); @@ -36,7 +32,6 @@ $text: -apple-system, BlinkMacSystemFont, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif; $mono: "Lucida Console", "DejaVu Sans Mono", "Ubuntu Mono", Monaco, monospace; -$heading: $text; $fs-m: 14px; $fs-s: 12px; @@ -59,7 +54,6 @@ $warning: #cf4d03; // Text colours $text-dark: #444; -$text-light: #EEE; // Shadows $bs-light: 0 0 4px 1px #CCC;