mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-12-18 11:03:01 -06:00
input/select styling tweak
This commit is contained in:
parent
51730f998d
commit
211ef37cf0
1 changed files with 7 additions and 7 deletions
|
|
@ -144,13 +144,6 @@ section.login {
|
||||||
grid-template-columns: auto 100%;
|
grid-template-columns: auto 100%;
|
||||||
grid-gap: 0.7rem;
|
grid-gap: 0.7rem;
|
||||||
|
|
||||||
input {
|
|
||||||
border: 1px solid $fg;
|
|
||||||
color: $fg;
|
|
||||||
background: $bg;
|
|
||||||
width: 100%;
|
|
||||||
}
|
|
||||||
|
|
||||||
button {
|
button {
|
||||||
place-self: center;
|
place-self: center;
|
||||||
grid-column: 2;
|
grid-column: 2;
|
||||||
|
|
@ -158,6 +151,13 @@ section.login {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
input, select {
|
||||||
|
border: 1px solid $fg;
|
||||||
|
color: $fg;
|
||||||
|
background: $bg;
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
footer {
|
footer {
|
||||||
align-self: end;
|
align-self: end;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue