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%