first commit
This commit is contained in:
10
resources/assets/vendor/scss/_theme/_pages.scss
vendored
Normal file
10
resources/assets/vendor/scss/_theme/_pages.scss
vendored
Normal file
@ -0,0 +1,10 @@
|
||||
// Page mixins
|
||||
// *******************************************************************************
|
||||
|
||||
@import '../pages/mixins';
|
||||
|
||||
@mixin template-pages-theme($background, $color: null) {
|
||||
// include page related mixins
|
||||
@include app-chat-theme($background);
|
||||
@include front-theme($background);
|
||||
}
|
Reference in New Issue
Block a user