use bootstrap style alerts, progress bars
All checks were successful
Flask Run Test / Flask-Run-Test (push) Successful in 10s
All checks were successful
Flask Run Test / Flask-Run-Test (push) Successful in 10s
This commit is contained in:
@@ -35,14 +35,15 @@ body,html {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: flex-start;
|
||||
width: 50%;
|
||||
width: 80%;
|
||||
border: 1px solid rgb(40, 40, 40);
|
||||
padding-bottom: 40px;
|
||||
padding: 50px;
|
||||
}
|
||||
|
||||
.form-section {
|
||||
padding: 15px 0 0 15px;
|
||||
width: 50%;
|
||||
width: 100%;
|
||||
color: var(--light);
|
||||
flex-shrink: 0;
|
||||
}
|
||||
@@ -116,6 +117,8 @@ button[type='button']:hover,
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: 15px;
|
||||
padding: 10px;
|
||||
|
||||
}
|
||||
.flashes li {
|
||||
list-style-type: none;
|
||||
|
||||
Reference in New Issue
Block a user