UNPKG

458 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@use '../../../theme/styles/theming' as *;
8
9@mixin nb-auth-block-theme() {
10 nb-auth-block {
11 .text-link {
12 color: nb-theme(text-hint-color);
13 }
14
15 .forgot-password {
16 color: nb-theme(text-disabled-color);
17 }
18
19 .socials a {
20 color: nb-theme(text-hint-color);
21 }
22 }
23}