File tree 3 files changed +16
-7
lines changed
3 files changed +16
-7
lines changed Original file line number Diff line number Diff line change 1
1
.p-inputtext {
2
- @apply text-body-2 text-gray-90 bg-white px-3 py-2 .5 border border-solid border-gray-50 transition appearance-none rounded-lg outline-transparent w-full ;
2
+ @apply text-body-2 text-gray-90 bg-white px-3 py-2 .5 border border-solid border-gray-50 transition-colors appearance-none rounded-lg outline-transparent w-full ;
3
3
4
4
& :enabled {
5
5
@apply hover :border- primary
15
15
}
16
16
17
17
& .p-variant-filled {
18
- & :enabled {
19
- & :hover {}
20
- & :focus {}
18
+ @apply bg-support- 1;
19
+
20
+ & :enabled { }
21
+
22
+ & .p-filled {
23
+ @apply text-primary ;
21
24
}
22
25
}
23
26
Original file line number Diff line number Diff line change 47
47
}
48
48
49
49
& -toggle-mask-icon {
50
- @apply inset-y-3 .5 right-3 .5 text-gray-90 absolute w-4 h- 4 ;
50
+ @apply inset-y-0 right-4 text-gray-90 absolute w-4 h-full ;
51
51
}
52
52
53
53
& :has (&-mask-icon) & -input {
Original file line number Diff line number Diff line change 6
6
/>
7
7
8
8
<form
9
- class =" login-section__form p-input-filled "
9
+ class =" login-section__form"
10
10
@submit.prevent =" onSubmitLoginForm"
11
11
>
12
12
<div class =" field" >
15
15
v-model =" login"
16
16
:placeholder =" t('Username')"
17
17
type =" text"
18
+ variant =" filled"
18
19
/>
19
20
</div >
20
21
25
26
:placeholder =" t('Password')"
26
27
input-id =" password"
27
28
toggle-mask
29
+ variant =" filled"
28
30
/>
29
31
</div >
30
32
31
- <div v-if =" requires2FA" class =" field" >
33
+ <div
34
+ v-if =" requires2FA"
35
+ class =" field"
36
+ >
32
37
<InputText
33
38
v-model =" totp"
34
39
:placeholder =" t('Enter 2FA code')"
35
40
type =" text"
41
+ variant =" filled"
36
42
/>
37
43
</div >
38
44
You can’t perform that action at this time.
0 commit comments