Skip to content

Commit

Permalink
Additional changes to FTW-hourly
Browse files Browse the repository at this point in the history
  • Loading branch information
Gnito committed Jul 11, 2022
1 parent d640279 commit 8831b49
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/components/FieldDateInput/DateInput.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@
border-bottom-width: 2px;
border-bottom-color: var(--matterColorNegative);
border-radius: 0;

/* Effects */
transition: border-bottom-color var(--transitionStyle);
transition: all 0.15s ease-out;
Expand Down
2 changes: 2 additions & 0 deletions src/components/FieldReviewRating/FieldReviewRating.module.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
@import '../../styles/customMediaQueries.css';

.ratingFieldSet {
border: none;
padding: 0;
Expand Down
2 changes: 1 addition & 1 deletion src/components/OwnListingLink/OwnListingLink.module.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@import '../../styles/propertySets.css';
@import '../../styles/customMediaQueries.css';

.defaultLinkStyle {
composes: a from global;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
@import '../../styles/customMediaQueries.css';

.root {
flex-grow: 1;
display: flex;
Expand Down
2 changes: 2 additions & 0 deletions src/components/TopbarMobileMenu/TopbarMobileMenu.module.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
@import '../../styles/customMediaQueries.css';

.root {
flex-shrink: 0;
display: flex;
Expand Down
2 changes: 2 additions & 0 deletions src/forms/BookingTimeForm/FieldDateAndTimeInput.module.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
@import '../../styles/customMediaQueries.css';

.root {
display: flex;
flex-direction: column;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
@import '../../styles/customMediaQueries.css';

.root {
}

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@import '../../styles/propertySets.css';
@import '../../styles/customMediaQueries.css';

.root {
/* Dimensions */
Expand Down Expand Up @@ -151,7 +151,7 @@
}

.buttonAddNew {
composes: h5 from global;
composes: h5 from global;
color: var(--matterColor);
}
.submitButton {
Expand Down

0 comments on commit 8831b49

Please sign in to comment.