[Glitch] Add age verification on sign-up
Port CSS changes from d213c585ff
to glitch-soc
Signed-off-by: Claire <claire.github-309c@sitedethib.com>
pull/3000/head
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 {
|
||||
min-width: 32ch;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue