Little changes on forms presentation
This commit is contained in:
parent
3ab168fd67
commit
fcadaf855f
6 changed files with 15 additions and 44 deletions
|
|
@ -27,7 +27,7 @@ body {
|
|||
margin: 0px;
|
||||
|
||||
.user-message {
|
||||
font-weight: bold;
|
||||
font-weight: 600;
|
||||
color: consts.$color-highlight;
|
||||
}
|
||||
|
||||
|
|
@ -256,46 +256,16 @@ body {
|
|||
form {
|
||||
display: grid;
|
||||
grid-template-columns: auto 1fr;
|
||||
gap: 3px;
|
||||
|
||||
input,
|
||||
button {
|
||||
border-width: 1px;
|
||||
}
|
||||
}
|
||||
|
||||
#sign-up form {
|
||||
display: grid;
|
||||
grid-template-columns: auto 1fr auto;
|
||||
|
||||
input[type="submit"] {
|
||||
grid-column: 2
|
||||
}
|
||||
}
|
||||
|
||||
#sign-in form {
|
||||
input[type="submit"] {
|
||||
grid-column: 2
|
||||
}
|
||||
}
|
||||
|
||||
#ask-reset-password form {
|
||||
grid-template-columns: auto 1fr auto;
|
||||
|
||||
input[type="submit"] {
|
||||
grid-column: 2
|
||||
}
|
||||
}
|
||||
|
||||
#reset-password form {
|
||||
grid-template-columns: auto 1fr auto;
|
||||
|
||||
input[type="submit"] {
|
||||
grid-column: 2
|
||||
}
|
||||
gap: calc(consts.$margin / 2);
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
#sign-up form,
|
||||
#sign-in form,
|
||||
#ask-reset-password form,
|
||||
#reset-password form,
|
||||
#user-edit form {
|
||||
// <label> <input> <user message>.
|
||||
grid-template-columns: auto 1fr auto;
|
||||
|
||||
input[type="submit"] {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue