mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-03-01 02:03:22 +00:00
Move colour palette to new file
This seemed like a good separation which will probably help with the upcoming changes. Co-authored-by: jibees <jb.bellet@gmail.com>
This commit is contained in:
@@ -14,6 +14,7 @@
|
||||
@import "~shortcut-buttons-flatpickr/dist/themes/light";
|
||||
|
||||
@import "globals/functions";
|
||||
@import "globals/palette";
|
||||
@import "globals/variables";
|
||||
@import "variables";
|
||||
@import "globals/mixins";
|
||||
|
||||
7
app/webpacker/css/admin/globals/palette.scss
Normal file
7
app/webpacker/css/admin/globals/palette.scss
Normal file
@@ -0,0 +1,7 @@
|
||||
// Basic color palette for admin
|
||||
$color-1: #FFFFFF !default; // White
|
||||
$color-2: #9FC820 !default; // Green
|
||||
$color-3: #5498DA !default; // Light Blue
|
||||
$color-4: #6788A2 !default; // Dark Blue
|
||||
$color-5: #C60F13 !default; // Red
|
||||
$color-6: #FF9300 !default; // Yellow
|
||||
@@ -9,14 +9,6 @@ $base-font-family: "Open Sans", "Helvetica Neue", "Helvetica", Helvetica, Arial,
|
||||
// Colors
|
||||
//--------------------------------------------------------------
|
||||
|
||||
// Basic color palette for admin
|
||||
$color-1: #FFFFFF !default; // White
|
||||
$color-2: #9FC820 !default; // Green
|
||||
$color-3: #5498DA !default; // Light Blue
|
||||
$color-4: #6788A2 !default; // Dark Blue
|
||||
$color-5: #C60F13 !default; // Red
|
||||
$color-6: #FF9300 !default; // Yellow
|
||||
|
||||
// Body base colors
|
||||
$color-body-bg: $color-1 !default;
|
||||
$color-body-text: $color-4 !default;
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
@import '../admin/globals/palette.scss';
|
||||
@import '../admin/variables';
|
||||
@import 'email';
|
||||
@import 'payments_list';
|
||||
|
||||
Reference in New Issue
Block a user