Member/Ecology revamp.
This commit is contained in:
parent
fc7ec52574
commit
59d6e97787
31 changed files with 1763 additions and 1010 deletions
|
|
@ -216,6 +216,7 @@
|
|||
<!-- Not Logged In -->
|
||||
<div v-else class="dashed-box">
|
||||
<div class="box-title">Registration</div>
|
||||
<p v-if="!event.membersOnly" class="reg-open">Open to everyone — no membership required</p>
|
||||
<form @submit.prevent="handleRegistration">
|
||||
<div class="field">
|
||||
<label>Name</label>
|
||||
|
|
@ -689,6 +690,11 @@ useHead(() => ({
|
|||
color: var(--text-faint);
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
.reg-open {
|
||||
font-size: 12px;
|
||||
color: var(--text-dim);
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
.cal-link {
|
||||
display: block;
|
||||
margin-top: 8px;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue