feat(grfn/bbbg): Last remaining styling tweaks

Change-Id: Ic734f6a84f8bcf8126c048e03344c7f214b9ca86
Reviewed-on: https://cl.tvl.fyi/c/depot/+/4671
Reviewed-by: grfn <grfn@gws.fyi>
Autosubmit: grfn <grfn@gws.fyi>
Tested-by: BuildkiteCI
This commit is contained in:
Griffin Smith 2021-12-26 12:16:14 -05:00 committed by clbot
parent b26961eb80
commit 4dc34c4c1c
2 changed files with 11 additions and 5 deletions

View file

@ -14,13 +14,13 @@
[ring.util.response :refer [redirect]]))
(defn no-events-page [{:keys [authenticated?]}]
[:div.no-events
[:div.page
[:p
"There are no events for today"]
(when authenticated?
[:p
[:a {:href (str "/events/new?date=" (str (local-date)))} "Create Event"]
[:a {:href "/events"} "All Events"]])])
[:a.button {:href (str "/events/new?date=" (str (local-date)))}
"Create New Event"]])])
(defn signup-page [{:keys [event attendees]}]
[:div.signup-page

View file

@ -239,12 +239,18 @@
:align-items :center}
[:.signup-form-link
{:display :block
:padding "5rem"
:border [["1px" :solid blue]]
:border-radius "3px"
:color black
:font-size "2rem"
:background-color (color/lighten blue 50)}
:background-color (color/lighten blue 50)
:margin-left "auto"
:margin-right "auto"
:padding "2rem"}
(desktop
{:padding "5rem"
:margin-left 0
:margin-right 0})
[(& hover) (& active)
{:text-decoration :none}]
[(& active)