Skip to content

Commit

Permalink
rename theme 'default.scss' to 'kindergarten-professional'
Browse files Browse the repository at this point in the history
  • Loading branch information
sandrina-p committed Apr 28, 2018
1 parent b9ab9f1 commit 4ba305c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
4 changes: 4 additions & 0 deletions frontend/simple/sass/bulma_overrides/utilities/_index.scss
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
@import '../../theme/index';

// Overrides applied to all themes
$radius: 3px;
$gap: 16px;
3 changes: 2 additions & 1 deletion frontend/simple/sass/theme/index.scss
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// GI variables
$gi-opacity-1: 0.75;
$gi-opacity-2: 0.5;
$gi-opacity-3: 0.25;
Expand All @@ -8,7 +9,7 @@ $gi-spacer-md: $gi-spacer;
$gi-spacer-sm: $gi-spacer / 2;

// NOTE: Find a way to generated different import themes
@import 'default';
@import 'kindergarten-professional';

// Import Bulma's utilities module to be available on further overrides and vue components
@import "../../node_modules/bulma/sass/utilities/all";
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,5 @@ $text: $grey-darker;
$family-sans-serif: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
$family-monospace: #{monospace};

// Miscellaneous

$body-background-color: #fff;
$radius: 3px;
$gap: 16px;
$text: $grey-darker;

0 comments on commit 4ba305c

Please sign in to comment.