fix invalid-feedback styling
This commit is contained in:
parent
fd24153a1d
commit
bba0ed4ed9
1 changed files with 4 additions and 1 deletions
|
@ -3,6 +3,9 @@
|
|||
.phx-no-feedback .invalid-feedback {
|
||||
display: none;
|
||||
}
|
||||
.invalid-feedback {
|
||||
display: block;
|
||||
}
|
||||
|
||||
.phx-click-loading {
|
||||
opacity: 0.5;
|
||||
|
@ -49,4 +52,4 @@
|
|||
color: black;
|
||||
text-decoration: none;
|
||||
cursor: pointer;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue