UNPKG

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