Admin Megaphone: Email All Users With Active Capsuls 📢

This commit is contained in:
2021-12-09 11:21:33 -06:00
parent e32ecd5ce2
commit b3f62018ea
5 changed files with 126 additions and 36 deletions

View File

@ -378,3 +378,17 @@ footer {
box-sizing: border-box;
position: relative;
}
form.megaphone {
margin-top: 1rem;
width: 640px;
max-width: 100%;
}
form.megaphone input[type=text],
form.megaphone textarea {
width: 100%;
}
form.megaphone textarea {
height: 360px;
}