From e8adafd1236e8d80e70333212dabd95c8bbfef18 Mon Sep 17 00:00:00 2001 From: Sarah Vaupel <> Date: Sat, 10 Oct 2020 15:47:02 +0200 Subject: [PATCH] chore(schedule): add control styling stub --- frontend/src/app.sass | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/frontend/src/app.sass b/frontend/src/app.sass index a05048445..2cd15896d 100644 --- a/frontend/src/app.sass +++ b/frontend/src/app.sass @@ -1409,3 +1409,12 @@ table.schedule text-decoration: none a.schedule--entry-link + a.schedule--entry-link > .schedule--entry margin-top: 5px + +// form.schedule-options + text-align: center + div:first-child + border-top-left-radius: 20px 50% + border-bottom-left-radius: 20px 50% + div:last-child .btn-schedule-offset + border-top-right-radius: 20px 50% + border-bottom-right-radius: 20px 50%