]> git.apps.os.sepia.ceph.com Git - ceph.git/blob
0feabe5940853aea81dd8055e94e1631da7f421c
[ceph.git] /
1 @import 'defaults';
2
3 ::ng-deep cd-login-password-form {
4   h4 {
5     margin: 0 0 30px 0;
6   }
7
8   .btn-password,
9   .btn-password:focus,
10   .form-control,
11   .form-control:focus {
12     color: $color-password-toggle-text;
13     background-color: $color-password-toggle-bg;
14   }
15
16   .form-control::placeholder {
17     color: $color-password-toggle-placeholder-text;
18   }
19
20   .btn-password:focus {
21     outline-color: $color-password-toggle-focus;
22   }
23
24   button.btn:not(:first-child) {
25     margin-left: 5px;
26   }
27 }