diff options
author | Raphael Kabo <raphaelkabo@hey.com> | 2023-10-07 14:30:24 +0100 |
---|---|---|
committer | Raphael Kabo <raphaelkabo@hey.com> | 2023-10-07 15:38:47 +0100 |
commit | b795d07ed7a1b705b72b171f8e8de267a720223b (patch) | |
tree | b8ae3df8dbb89f839f29328e817f030dc22b89f8 /public/css | |
parent | 9341659fd7a791d77454dd33743e42d952dbd202 (diff) |
refactor: event form and api routes
Diffstat (limited to 'public/css')
-rwxr-xr-x | public/css/style.css | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/public/css/style.css b/public/css/style.css index 93789b7..a312587 100755 --- a/public/css/style.css +++ b/public/css/style.css @@ -305,17 +305,6 @@ body, html { margin-top: 0.5rem; } -#maxAttendeesContainer { - display: none; -} -/* #maxAttendeesCheckboxContainer { - display: none; -} */ - -#eventGroupData { - display: none; -} - .edit-buttons { text-align: right; } |