Skip to content

Commit

Permalink
Fixes secondary themes stylesheets
Browse files Browse the repository at this point in the history
  • Loading branch information
burisu committed Feb 24, 2015
1 parent 45fbe25 commit f15976b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
5 changes: 5 additions & 0 deletions app/themes/margarita/stylesheets/all.scss
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,15 @@ $base-color: #60AD60;
// Specific
@import "themes/tekyla/buttons";
@import "themes/tekyla/beehives";
@import "themes/tekyla/abilities";
@import "themes/tekyla/accesses";
@import "themes/tekyla/leaflet";
@import "themes/tekyla/tables";
@import "themes/tekyla/datetimepickers";
@import "themes/tekyla/timelines";
@import "themes/tekyla/forms";
@import "themes/tekyla/budget";
@import "themes/tekyla/grid";
@import "themes/tekyla/main";

// Optimisation
Expand Down
6 changes: 5 additions & 1 deletion app/themes/tekyla-sunrise/stylesheets/all.scss
Original file line number Diff line number Diff line change
Expand Up @@ -16,17 +16,21 @@ $base-color: #E87018;
@import "themes/tekyla/fonts";
@import "themes/tekyla/print";


// Plugins
@import "themes/tekyla/plugins";

// Specific
@import "themes/tekyla/buttons";
@import "themes/tekyla/beehives";
@import "themes/tekyla/abilities";
@import "themes/tekyla/accesses";
@import "themes/tekyla/leaflet";
@import "themes/tekyla/tables";
@import "themes/tekyla/datetimepickers";
@import "themes/tekyla/timelines";
@import "themes/tekyla/forms";
@import "themes/tekyla/budget";
@import "themes/tekyla/grid";
@import "themes/tekyla/main";

// Optimisation
Expand Down

0 comments on commit f15976b

Please sign in to comment.