improved styling for movie search and added some css variables for colors
This commit is contained in:
parent
8ebb55e31a
commit
338cd36166
11 changed files with 87 additions and 21 deletions
|
|
@ -55,6 +55,10 @@ const handleLogin = async () => {
|
|||
gap: 1rem;
|
||||
}
|
||||
|
||||
.error-message {
|
||||
color: var(--color-error-text, red);
|
||||
}
|
||||
|
||||
.password-form {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue