mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-12-17 12:43:02 -06:00
bundle
This commit is contained in:
parent
e947c8d1e4
commit
fe3adb2b54
1 changed files with 9 additions and 7 deletions
|
|
@ -138,18 +138,19 @@ section.login form {
|
||||||
grid-gap: 0.7rem;
|
grid-gap: 0.7rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
section.login form input {
|
|
||||||
border: 1px solid #fafaff;
|
|
||||||
color: #fafaff;
|
|
||||||
background: #525c66;
|
|
||||||
width: 100%;
|
|
||||||
}
|
|
||||||
|
|
||||||
section.login form button {
|
section.login form button {
|
||||||
place-self: center;
|
place-self: center;
|
||||||
grid-column: 2;
|
grid-column: 2;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
input, select {
|
||||||
|
border: 1px solid #fafaff;
|
||||||
|
color: #fafaff;
|
||||||
|
background: #525c66;
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
footer {
|
footer {
|
||||||
align-self: end;
|
align-self: end;
|
||||||
|
|
||||||
|
|
@ -158,6 +159,7 @@ footer {
|
||||||
grid-template-columns: 1fr 1fr 1fr 1fr;
|
grid-template-columns: 1fr 1fr 1fr 1fr;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
footer a {
|
footer a {
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue