Skip to content

Commit

Permalink
Merge pull request #63 from david-storm/main
Browse files Browse the repository at this point in the history
fix: [DS-1566][DS-1609] Add fixes after review
  • Loading branch information
podarok authored Aug 15, 2024
2 parents 4cf651d + cef6b9e commit 9d2f477
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 11 deletions.
8 changes: 6 additions & 2 deletions assets/css/repeat.css

Large diffs are not rendered by default.

5 changes: 1 addition & 4 deletions assets/css/repeat_mobile.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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

.atcb-list {
box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.12);
box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.12);
border: none;

li {
&:first-child {
a {
Expand Down Expand Up @@ -804,6 +806,9 @@
@include media-breakpoint-down('md') {
left: -50px;
}
@include media-breakpoint-down('sm') {
left: -90px;
}
}
}
}
Expand Down
3 changes: 0 additions & 3 deletions assets/scss/repeat_mobile.scss
Original file line number Diff line number Diff line change
Expand Up @@ -198,9 +198,6 @@
padding-right: 15px !important;

.schedules-data__row {
display: flex;
flex-direction: column;
gap: 24px;
padding: 24px 12px;

.addtocalendar {
Expand Down
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.12
version: 0.3.13
js:
js/repeat.js: {}
css:
Expand Down

0 comments on commit 9d2f477

Please sign in to comment.