-
Notifications
You must be signed in to change notification settings - Fork 8
Dev #151
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Dev #151
Changes from all commits
Commits
Show all changes
19 commits
Select commit
Hold shift + click to select a range
d41c640
Test Migration and Settings new design changes
sayalijoshi27 c421188
Merge branch 'dev' of https://github.com/contentstack/migration-v2-no…
sayalijoshi27 bc9c955
refactor:modified validated api props
AishDani 21f5a82
Merge pull request #145 from contentstack/feature/legacy-cms
v1shalpatel 53ab528
Merge branch 'dev' of https://github.com/contentstack/migration-v2-no…
sayalijoshi27 a32b0cb
solved issues on destination stack
snehalsankhe 4380efa
merge from dev
snehalsankhe 3376021
Merge pull request #146 from contentstack/layout-changes
sreeneshkini 4c8cfc0
Content Mapper changes
sayalijoshi27 949de18
Merge branch 'dev' of https://github.com/contentstack/migration-v2-no…
sayalijoshi27 c3a515b
Merge pull request #147 from contentstack/feature/CMG-57
sreeneshkini 03d4ee0
feat:added search functionality in getAllStack api
AishDani 03f6876
refactor:handled empty stack getting even if stack is present
AishDani 1558603
Merge pull request #148 from contentstack/feature/legacy-cms
sreeneshkini 6ad0601
Design corrections
sayalijoshi27 6472e75
Merge pull request #149 from contentstack/feature/CMG-57
v1shalpatel 8b4a6ff
refactor:resolved not getting group and refernce options in mapper dr…
AishDani 7d3601c
Merge branch 'dev' of github.com:contentstack/migration-v2-node-serve…
AishDani 230371b
Merge pull request #150 from contentstack/feature/legacy-cms
v1shalpatel File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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,44 +1,42 @@ | ||
| @import '../../../scss/variables'; | ||
|
|
||
| .icon-wrapper { | ||
| background-color: $color-base-white-10 !important; | ||
| } | ||
| .setting-wrapper { | ||
| width: 100%; | ||
| margin: 0 !important; | ||
| } | ||
| #setting-page { | ||
| display: flex; | ||
| width: 100%; | ||
| .SectionHeader { | ||
| color: $color-stepper-title; | ||
| font-weight: $font-weight-semi-bold; | ||
| margin-bottom: 2rem; | ||
| } | ||
| .PageLayout { | ||
| width: 100%; | ||
| } | ||
| .PageLayout__head { | ||
| border-left: 0 none; | ||
| .PageLayout__head, .PageLayout__leftSidebar { | ||
| border-top: 0 none; | ||
| } | ||
| .PageLayout--primary { | ||
| .PageLayout__content { | ||
| .PageLayout__body { | ||
| background: none; | ||
| margin-left: 15rem; | ||
| padding-top: $px-8; | ||
| } | ||
| } | ||
| } | ||
| .action-component-title { | ||
| justify-content: space-between; | ||
| width: calc(100vw - 326px); | ||
| } | ||
| .content-block { | ||
| margin-right: 0; | ||
| padding: 1.5rem; | ||
| width: 100%; | ||
| } | ||
| } | ||
| .deleteButton { | ||
| position: fixed !important; | ||
| right: $px-40; | ||
| top: $px-80; | ||
| } | ||
|
|
||
| .Field { | ||
| margin-bottom: $px-40; | ||
| } | ||
| .settings-body { | ||
| padding-left: 120px !important; | ||
| } | ||
|
|
||
| #page_header { | ||
| margin-left: 50px !important; | ||
| } | ||
|
|
||
| .pagehead-wrapper { | ||
| margin-left: 240px; | ||
| width: calc(100% - 15rem) !important ; | ||
| z-index: 10 !important; | ||
| } | ||
| .PageLayout__leftSidebar--hide { | ||
| display: none; | ||
| } | ||
|
|
@@ -47,16 +45,16 @@ | |
| margin-top: 0 !important; | ||
| } | ||
|
|
||
| .content-body .white-box-container { | ||
| background-color: $color-brand-white-base; | ||
| padding: 20px; | ||
| margin-top: 50px !important; | ||
| margin-left: 240px; | ||
| margin-right: auto; | ||
| position: relative; | ||
| z-index: 10; | ||
| height: 600px; | ||
| } | ||
| // .content-body .white-box-container { | ||
| // background-color: $color-brand-white-base; | ||
| // padding: 20px; | ||
| // margin-top: 50px !important; | ||
| // margin-left: 240px; | ||
| // margin-right: auto; | ||
| // position: relative; | ||
| // z-index: 10; | ||
| // height: 600px; | ||
| // } | ||
|
|
||
| .stack-settings__heading { | ||
| color: $color-base-black-base; | ||
|
|
@@ -67,22 +65,22 @@ | |
| margin-bottom: $px-20; | ||
| } | ||
|
|
||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Please delete comments that are not necessary. |
||
| .toggle-class { | ||
| width: calc(100% - 18.4375rem) !important; | ||
| } | ||
| .layout-container.specific-context .PageLayout__head { | ||
| z-index: 10 !important; | ||
| margin-left: 240px; | ||
| width: 100% !important; | ||
| } | ||
| .SaveButton { | ||
| padding: 30px 10px; | ||
| } | ||
| // .toggle-class { | ||
| // width: calc(100% - 18.4375rem) !important; | ||
| // } | ||
| // .layout-container.specific-context .PageLayout__head { | ||
| // z-index: 10 !important; | ||
| // margin-left: 240px; | ||
| // width: 100% !important; | ||
| // } | ||
| // .SaveButton { | ||
| // padding: 30px 10px; | ||
| // } | ||
|
|
||
| .layout-container.content-body .PageLayout__body { | ||
| margin-top: 90px !important; | ||
| margin-left: 227px !important; | ||
| } | ||
| // .layout-container.content-body .PageLayout__body { | ||
| // margin-top: 90px !important; | ||
| // margin-left: 227px !important; | ||
| // } | ||
|
|
||
| .PageLayout__leftSidebar { | ||
| background-color: #f7f9fc !important; | ||
|
|
||
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please delete comments that are not necessary.