diff --git a/public/icons/logo/reload_logo_black.svg b/public/icons/logo/reload_logo_black.svg new file mode 100644 index 000000000..84d3a78c2 --- /dev/null +++ b/public/icons/logo/reload_logo_black.svg @@ -0,0 +1 @@ +Reload_mark_RGB_black diff --git a/public/icons/logo/reload_logo_white.svg b/public/icons/logo/reload_logo_white.svg new file mode 100644 index 000000000..027ca4ebc --- /dev/null +++ b/public/icons/logo/reload_logo_white.svg @@ -0,0 +1 @@ +Reload_mark_RGB_white \ No newline at end of file diff --git a/src/stories/Library/opening-hours-editor/opening-hours-editor.scss b/src/stories/Library/opening-hours-editor/opening-hours-editor.scss index 09c61ab63..a7730898f 100644 --- a/src/stories/Library/opening-hours-editor/opening-hours-editor.scss +++ b/src/stories/Library/opening-hours-editor/opening-hours-editor.scss @@ -6,7 +6,7 @@ display: grid; background: #f8f8f8; padding: 2.5rem; - min-width: 300px; + width: 350px; line-height: 1; } @@ -26,9 +26,30 @@ background-color: #fff; } +.opening-hours-editor-form__checkbox { + margin-top: 0.75rem; + margin-bottom: 0.5rem; + display: flex; + gap: 0.5rem; + align-items: center; + + label { + margin: 0; + } +} + +.opening-hours-editor-form__table { + tr > td:last-child { + white-space: nowrap; + text-align: right; + } +} + .opening-hours-editor-form__submit, -.opening-hours-editor-form__remove { +.opening-hours-editor-form__remove, +.opening-hours-editor-form__cancel { cursor: pointer; + border: 0; margin-top: 1rem; color: #fff; padding: 0.75rem 1.5rem; @@ -37,7 +58,6 @@ } .opening-hours-editor-form__submit { - border: 0; background-color: #22c55e; &:hover { @@ -46,7 +66,6 @@ } .opening-hours-editor-form__remove { - border: 0; background-color: #ef4444; &:hover { @@ -54,9 +73,27 @@ } } +.opening-hours-editor-form__cancel { + background-color: #d1d5db; + + &:hover { + background-color: #a1a1aa; + } +} + .opening-hours-editor-event-content { padding: 5px 10px; cursor: pointer; + width: 100%; + display: flex; + justify-content: space-between; + background-color: rgba(255, 255, 255, 0.8); + color: black; +} + +.opening-hours-editor-event-content__series-icon { + width: 30px; + height: 30px; } // Override Drupal's default margin for tables inside .fc to eliminate top and bottom spacing