This repository has been archived on 2024-04-05. You can view files and clone it, but cannot push or open issues/pull-requests.
2021-11-22 02:07:44 +00:00
|
|
|
form {
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
}
|
|
|
|
|
|
|
|
span {
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.form-main-dropdown {
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.form-section {
|
|
|
|
margin-bottom: 0.75em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.form-section-input {
|
|
|
|
flex-direction: row;
|
|
|
|
}
|
|
|
|
|
|
|
|
input {
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.form-score-input{
|
|
|
|
width: 35%;
|
|
|
|
}
|
|
|
|
|
|
|
|
#submit-button {
|
|
|
|
margin-top: 1.5em;
|
2021-11-23 05:03:02 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
#delete-button {
|
|
|
|
visibility: hidden;
|
2021-11-25 05:29:29 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.form-section-checkbox {
|
|
|
|
flex-direction: row;
|
|
|
|
align-items: center;
|
|
|
|
}
|
|
|
|
|
2021-11-25 19:17:53 +00:00
|
|
|
#admin-checkbox {
|
2021-11-25 05:29:29 +00:00
|
|
|
width: auto;
|
2021-11-26 20:52:57 +00:00
|
|
|
}
|
|
|
|
|
2021-11-26 20:59:17 +00:00
|
|
|
.flat-form-section {
|
2021-11-26 20:52:57 +00:00
|
|
|
flex-direction: row;
|
2022-03-08 17:55:23 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
#submission-form {
|
|
|
|
visibility: hidden;
|
|
|
|
}
|