style: add btn-sm class and standardize form layouts and button alignment
This commit is contained in:
parent
d018a497aa
commit
21d7acd7e5
1 changed files with 11 additions and 4 deletions
|
|
@ -401,15 +401,22 @@ input:focus {
|
|||
gap: 0.5rem;
|
||||
}
|
||||
|
||||
.user-create-form {
|
||||
.btn-sm {
|
||||
padding: 0.35rem 0.75rem;
|
||||
font-size: 0.75rem;
|
||||
height: auto;
|
||||
}
|
||||
|
||||
.user-create-form, #add-form {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: 1.25rem;
|
||||
max-width: 400px;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.user-create-form .btn-primary {
|
||||
align-self: flex-start;
|
||||
.user-create-form .btn-primary, #add-form .btn-primary {
|
||||
align-self: flex-end;
|
||||
margin-top: 0.5rem;
|
||||
}
|
||||
|
||||
.checkbox-container {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue