major features update
This commit is contained in:
parent
519fb49901
commit
4e2fab67c5
48 changed files with 3925 additions and 208 deletions
31
static/settings.css
Normal file
31
static/settings.css
Normal file
|
|
@ -0,0 +1,31 @@
|
|||
h2 {
|
||||
font-size: large;
|
||||
margin-top: 1.5em;
|
||||
margin-bottom: 0.5em;
|
||||
}
|
||||
|
||||
#cal-link {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: 0.5em;
|
||||
|
||||
button {
|
||||
max-width: 10em;
|
||||
}
|
||||
}
|
||||
|
||||
form {
|
||||
display: grid;
|
||||
grid-template-columns: fit-content(50%) min-content;
|
||||
gap: 0.5em;
|
||||
|
||||
label {
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
.error {
|
||||
color: darkred;
|
||||
font-size: small;
|
||||
grid-column: span 2;
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue