mirror of
https://git.kescher.at/CatCatNya/catstodon.git
synced 2024-11-30 22:39:03 +01:00
Fix style of account fields form
This commit is contained in:
parent
64be38da0c
commit
91fb82a4dd
1 changed files with 12 additions and 0 deletions
|
@ -15,6 +15,18 @@ code {
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.row {
|
||||||
|
display: flex;
|
||||||
|
margin: 0 -5px;
|
||||||
|
|
||||||
|
.input {
|
||||||
|
box-sizing: border-box;
|
||||||
|
flex: 1 1 auto;
|
||||||
|
width: 50%;
|
||||||
|
padding: 0 5px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
span.hint {
|
span.hint {
|
||||||
display: block;
|
display: block;
|
||||||
color: $ui-primary-color;
|
color: $ui-primary-color;
|
||||||
|
|
Loading…
Reference in a new issue