Skip to content

Commit fc832a4

Browse files
committed
Additional changes to FTW-hourly
1 parent d640279 commit fc832a4

File tree

9 files changed

+16
-4
lines changed

9 files changed

+16
-4
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@ Read more from PR: https://github.com/sharetribe/ftw-daily/pull/1531
3838
touch swipes. [#1529](https://github.com/sharetribe/ftw-daily/pull/1529)
3939
- [fix] Fixing a small typo. [#1518](https://github.com/sharetribe/ftw-daily/pull/1518)
4040

41+
[v11.0.0]: https://github.com/sharetribe/ftw-hourly/compare/v10.6.1...v11.0.0
42+
4143
## [v10.6.1] 2022-05-19
4244

4345
- [fix] undefined REACT_APP_GOOGLE_ANALYTICS_ID caused an error. There was also invalid characters

src/components/FieldDateInput/DateInput.module.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@
275275
border-bottom-width: 2px;
276276
border-bottom-color: var(--matterColorNegative);
277277
border-radius: 0;
278-
278+
279279
/* Effects */
280280
transition: border-bottom-color var(--transitionStyle);
281281
transition: all 0.15s ease-out;

src/components/FieldReviewRating/FieldReviewRating.module.css

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
@import '../../styles/customMediaQueries.css';
2+
13
.ratingFieldSet {
24
border: none;
35
padding: 0;

src/components/OwnListingLink/OwnListingLink.module.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
@import '../../styles/propertySets.css';
1+
@import '../../styles/customMediaQueries.css';
22

33
.defaultLinkStyle {
44
composes: a from global;

src/components/SearchFiltersSecondary/SearchFiltersSecondary.module.css

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
@import '../../styles/customMediaQueries.css';
2+
13
.root {
24
flex-grow: 1;
35
display: flex;

src/components/TopbarMobileMenu/TopbarMobileMenu.module.css

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
@import '../../styles/customMediaQueries.css';
2+
13
.root {
24
flex-shrink: 0;
35
display: flex;

src/forms/BookingTimeForm/FieldDateAndTimeInput.module.css

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
@import '../../styles/customMediaQueries.css';
2+
13
.root {
24
display: flex;
35
flex-direction: column;

src/forms/EditListingAvailabilityExceptionForm/EditListingAvailabilityExceptionForm.module.css

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
@import '../../styles/customMediaQueries.css';
2+
13
.root {
24
}
35

src/forms/EditListingAvailabilityPlanForm/EditListingAvailabilityPlanForm.module.css

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
@import '../../styles/propertySets.css';
1+
@import '../../styles/customMediaQueries.css';
22

33
.root {
44
/* Dimensions */
@@ -151,7 +151,7 @@
151151
}
152152

153153
.buttonAddNew {
154-
composes: h5 from global;
154+
composes: h5 from global;
155155
color: var(--matterColor);
156156
}
157157
.submitButton {

0 commit comments

Comments
 (0)