-
Notifications
You must be signed in to change notification settings - Fork 943
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Import Custom Media Queries for splitted pages
- Loading branch information
Showing
23 changed files
with
32 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
@import '../../styles/customMediaQueries.css'; | ||
@import '../../styles/propertySets.css'; | ||
|
||
.pageTitle { | ||
|
1 change: 1 addition & 0 deletions
1
src/containers/AuthenticationPage/AuthenticationPage.module.css
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
@import '../../styles/customMediaQueries.css'; | ||
@import '../../styles/propertySets.css'; | ||
|
||
.layoutWrapperMain { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
@import '../../styles/customMediaQueries.css'; | ||
@import '../../styles/propertySets.css'; | ||
|
||
/* Dummy Topbar */ | ||
|
2 changes: 2 additions & 0 deletions
2
src/containers/ContactDetailsPage/ContactDetailsPage.module.css
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
@import '../../styles/customMediaQueries.css'; | ||
|
||
.content { | ||
@media (--viewportMedium) { | ||
margin: 32px auto 0 auto; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
@import '../../styles/customMediaQueries.css'; | ||
|
||
.topbar { | ||
z-index: 1; | ||
} | ||
|
1 change: 1 addition & 0 deletions
1
src/containers/EmailVerificationPage/EmailVerificationPage.module.css
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
@import '../../styles/customMediaQueries.css'; | ||
@import '../../styles/propertySets.css'; | ||
|
||
.layoutWrapperMain { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
@import '../../styles/customMediaQueries.css'; | ||
@import '../../styles/propertySets.css'; | ||
|
||
.topbar { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
@import '../../styles/customMediaQueries.css'; | ||
|
||
.root { | ||
} | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
@import '../../styles/customMediaQueries.css'; | ||
@import '../../styles/propertySets.css'; | ||
|
||
.root { | ||
|
2 changes: 2 additions & 0 deletions
2
src/containers/ManageListingsPage/ManageListingsPage.module.css
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
@import '../../styles/customMediaQueries.css'; | ||
|
||
.root { | ||
} | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
@import '../../styles/customMediaQueries.css'; | ||
@import '../../styles/propertySets.css'; | ||
|
||
/* 404 page */ | ||
|
1 change: 1 addition & 0 deletions
1
src/containers/PasswordChangePage/PasswordChangePage.module.css
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
@import '../../styles/customMediaQueries.css'; | ||
.content { | ||
@media (--viewportMedium) { | ||
margin: 32px auto 0 auto; | ||
|
1 change: 1 addition & 0 deletions
1
src/containers/PasswordRecoveryPage/PasswordRecoveryPage.module.css
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
@import '../../styles/customMediaQueries.css'; | ||
@import '../../styles/propertySets.css'; | ||
|
||
.root { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
@import '../../styles/customMediaQueries.css'; | ||
@import '../../styles/propertySets.css'; | ||
|
||
.layoutWrapperMain { | ||
|
2 changes: 2 additions & 0 deletions
2
src/containers/PaymentMethodsPage/PaymentMethodsPage.module.css
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
@import '../../styles/customMediaQueries.css'; | ||
|
||
.content { | ||
@media (--viewportMedium) { | ||
margin: 32px auto 0 auto; | ||
|
2 changes: 2 additions & 0 deletions
2
src/containers/PrivacyPolicyPage/PrivacyPolicyPage.module.css
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
@import '../../styles/customMediaQueries.css'; | ||
|
||
.heading { | ||
margin: 5px 0 18px 0; | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
@import '../../styles/customMediaQueries.css'; | ||
@import '../../styles/propertySets.css'; | ||
|
||
.error { | ||
|
1 change: 1 addition & 0 deletions
1
src/containers/ProfileSettingsPage/ProfileSettingsPage.module.css
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
@import '../../styles/customMediaQueries.css'; | ||
@import '../../styles/propertySets.css'; | ||
|
||
.root { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
@import '../../styles/customMediaQueries.css'; | ||
|
||
.content { | ||
@media (--viewportMedium) { | ||
margin: 32px auto 0 auto; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
@import '../../styles/customMediaQueries.css'; | ||
@import '../../styles/propertySets.css'; | ||
|
||
.root { | ||
|
2 changes: 2 additions & 0 deletions
2
src/containers/TermsOfServicePage/TermsOfServicePage.module.css
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
@import '../../styles/customMediaQueries.css'; | ||
|
||
.heading { | ||
margin: 5px 0 18px 0; | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
@import '../../styles/customMediaQueries.css'; | ||
|
||
.root { | ||
display: flex; | ||
flex-direction: column; | ||
|