-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
HMS-2584 fix: update margin top to the title
Update the margin top to the title of the wizard page, and clean-up some custom styles defined which are not necessary anymore. Signed-off-by: Alejandro Visiedo <[email protected]>
- Loading branch information
Showing
5 changed files
with
8 additions
and
45 deletions.
There are no files selected for viewing
32 changes: 0 additions & 32 deletions
32
src/Routes/WizardPage/Components/PageReview/PageReview.scss
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,33 +1 @@ | ||
@import '~@redhat-cloud-services/frontend-components-utilities/styles/variables'; | ||
|
||
.empty-state-body-content { | ||
margin-bottom: $ins-margin; | ||
} | ||
|
||
/* | ||
FIXME Add a solution that fit different widths | ||
so starting with some dimensions, the width: 50% | ||
is not used, and a margin-right enough is added to | ||
avoid the componing is hided by the 'Feedback' | ||
button. | ||
*/ | ||
.domain-type-select { | ||
width: 50%; | ||
} | ||
|
||
.domain-item-margin-left { | ||
margin-left: 16px; | ||
} | ||
|
||
.domain-name { | ||
width: 50%; | ||
} | ||
|
||
.domain-description { | ||
width: 50%; | ||
} | ||
|
||
.domain-page-3-list { | ||
margin-left: 32px; | ||
margin-right: 128px; | ||
} |
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
8 changes: 0 additions & 8 deletions
8
src/Routes/WizardPage/Components/PageServiceDetails/PageServiceDetails.scss
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,9 +1 @@ | ||
@import '~@redhat-cloud-services/frontend-components-utilities/styles/variables'; | ||
|
||
.domain-name { | ||
width: 50%; | ||
} | ||
|
||
.domain-description { | ||
width: 50%; | ||
} |
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