Skip to content

Commit

Permalink
Merge pull request #61 from aleevas/DS-1571
Browse files Browse the repository at this point in the history
fix: [DS-1571][DS-1565] - Add fixes for a new design for the Schedules block
  • Loading branch information
podarok authored Aug 6, 2024
2 parents 57e2176 + 85476c9 commit 7e97b38
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 4 deletions.
7 changes: 5 additions & 2 deletions assets/css/repeat.css

Large diffs are not rendered by default.

8 changes: 7 additions & 1 deletion assets/scss/repeat.scss
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

/*Variables*/
:root {
--schedules-border-radius: 10px;
--schedules-border-radius: 8px;
}

.schedule-dashboard {
Expand Down Expand Up @@ -1180,3 +1180,9 @@ button.show-date-filter {
span.material-symbols-outlined {
font-family: 'Material Symbols Outlined', serif !important;
}
// Needs to override the common rule for h4 heading.
.page-with-lb {
.schedule-dashboard__modal--body--header > h4 {
color: var(--ylb-color-dark-grey-2, #231f20);
}
}
2 changes: 1 addition & 1 deletion openy_repeat.libraries.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
openy_repeat:
version: 0.3.9
version: 0.3.10
js:
js/repeat.js: {}
css:
Expand Down

0 comments on commit 7e97b38

Please sign in to comment.