feat: Begins vendor views, working form, and table. Styles need some updates.
This commit is contained in:
@@ -59,7 +59,8 @@ nav {
|
||||
}
|
||||
|
||||
form {
|
||||
padding: 50px 0;
|
||||
padding: 80px;
|
||||
width: 100%;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
@@ -69,6 +70,7 @@ form label {
|
||||
|
||||
form input {
|
||||
margin-bottom: 15px;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.login-form {
|
||||
@@ -204,3 +206,8 @@ input[type=text]:focus, input[type=password]:focus, input[type=email]:focus {
|
||||
.show {
|
||||
display: block;
|
||||
}
|
||||
|
||||
tr.htmx-swapping td {
|
||||
opacity: 0;
|
||||
transition: opacity 0.5s ease-out;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user