UNPKG

309 BSCSSView Raw
1/**
2 * @license
3 * Copyright Akveo. All Rights Reserved.
4 * Licensed under the MIT License. See License.txt in the project root for license information.
5 */
6
7@import '../../components/auth-block/auth-block.component.theme';
8
9// Create a theme
10@mixin nb-auth-components() {
11 @include nb-auth-block-theme();
12}