[Glitch] Add age verification on sign-up
Port CSS changes from d213c585ffdcbbff3a553c829cd82cc5e2357897 to glitch-soc Signed-off-by: Claire <claire.github-309c@sitedethib.com>
This commit is contained in:
parent
4c08cfecd5
commit
156c390048
@ -354,6 +354,22 @@ code {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.input.date_of_birth .label_input {
|
||||||
|
display: flex;
|
||||||
|
gap: 8px;
|
||||||
|
align-items: center;
|
||||||
|
|
||||||
|
input {
|
||||||
|
box-sizing: content-box;
|
||||||
|
width: 32px;
|
||||||
|
flex: 0;
|
||||||
|
|
||||||
|
&:last-child {
|
||||||
|
width: 64px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.input.select.select--languages {
|
.input.select.select--languages {
|
||||||
min-width: 32ch;
|
min-width: 32ch;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user