/**
 * @license
 * Copyright Akveo. All Rights Reserved.
 * Licensed under the MIT License. See License.txt in the project root for license information.
 */

@import '../../components/layout/layout.component.theme';
@import '../../components/sidebar/sidebar.component.theme';
@import '../../components/card/card.component.theme';
@import '../../components/tabset/tabset.component.theme';
@import '../../components/route-tabset/route-tabset.component.theme';
@import '../../components/menu/menu.component.theme';
@import '../../components/user/user.component.theme';
@import '../../components/actions/actions.component.theme';
@import '../../components/search/search.component.theme';
@import '../../components/checkbox/checkbox.component.theme';


@mixin nga-theme-components() {

  @include nga-layout-theme();
  @include nga-sidebar-theme();
  @include nga-card-theme();
  @include nga-tabset-theme();
  @include nga-route-tabset-theme();
  @include nga-menu-theme();
  @include nga-user-theme();
  @include nga-actions-theme();
  @include nga-search-theme();
  @include nga-checkbox-theme();
}
