Enable public website sharing.

This commit is contained in:
Mike Cao 2020-08-15 01:17:15 -07:00
parent 48a524e09c
commit 560f1316c1
36 changed files with 294 additions and 61 deletions

View file

@ -47,7 +47,8 @@ a:visited {
color: var(--primary400);
}
input,
input[type='text'],
input[type='password'],
textarea {
padding: 4px 8px;
font-size: var(--font-size-normal);
@ -59,11 +60,19 @@ textarea {
flex: 1;
}
input[type='checkbox'] + label {
margin-left: 10px;
}
label {
flex: 1;
margin-right: 20px;
}
label:empty {
flex: 0;
}
dt {
font-weight: 600;
}