Skip to content

Commit

Permalink
feat(responsive-panel): add material theme (#113)
Browse files Browse the repository at this point in the history
* feat(responsive-panel): Implement Material theme for Responsive panel

* refactor(responsivepanel): reuse default theme

until forking is necessary
  • Loading branch information
joneff authored and gyoshev committed Apr 11, 2018
1 parent 52376ee commit 25f7294
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 1 deletion.
2 changes: 1 addition & 1 deletion packages/material/scss/all.scss
Expand Up @@ -56,7 +56,7 @@
// Layout
@import "dialog";
//@import "notification";
//@import "responsivepanel";
@import "responsivepanel";
@import "splitter";
@import "tooltip";
@import "window";
Expand Down
11 changes: 11 additions & 0 deletions packages/material/scss/responsivepanel.scss
@@ -0,0 +1,11 @@
@import "variables";
@import "mixins";


// Dependencies
@import "common/all";


// Component
@import "responsivepanel/layout";
@import "responsivepanel/theme";
1 change: 1 addition & 0 deletions packages/material/scss/responsivepanel/_layout.scss
@@ -0,0 +1 @@
@import "~@progress/kendo-theme-default/scss/responsivepanel/layout";
1 change: 1 addition & 0 deletions packages/material/scss/responsivepanel/_theme.scss
@@ -0,0 +1 @@
@import "~@progress/kendo-theme-default/scss/responsivepanel/theme";

0 comments on commit 25f7294

Please sign in to comment.