-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #993 from yaacov/css-lint
🤖 css indentation linting
- Loading branch information
Showing
9 changed files
with
66 additions
and
64 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
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
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
2 changes: 1 addition & 1 deletion
2
packages/forklift-console-plugin/src/modules/Providers/modals/components/alerts.style.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,3 @@ | ||
.forklift-alert--margin-top { | ||
margin-top: var(--pf-global--spacer--md); | ||
margin-top: var(--pf-global--spacer--md); | ||
} |
2 changes: 1 addition & 1 deletion
2
...ugin/src/modules/Providers/utils/components/CertificateUpload/CertificateUpload.style.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,3 @@ | ||
.forklift-certificate-upload-margin { | ||
margin-top: 0.5rem; | ||
margin-top: 0.5rem; | ||
} |
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
16 changes: 8 additions & 8 deletions
16
...t-console-plugin/src/modules/Providers/views/migrate/ProvidersCreateVmMigration.style.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,28 +1,28 @@ | ||
.forklift-page-editable-description-item { | ||
display: flex; | ||
display: flex; | ||
} | ||
|
||
.forklift-page-editable-description-item-button { | ||
padding-top: 0; | ||
padding-top: 0; | ||
} | ||
|
||
.forklift-page-mapping-list { | ||
/* <Form isWidthLimited> */ | ||
max-width: 55rem; | ||
/* <Form isWidthLimited> */ | ||
max-width: 55rem; | ||
} | ||
|
||
.forklift-page-resource-link-in-description-item { | ||
padding-left: 8px; | ||
padding-left: 8px; | ||
} | ||
|
||
.forklift--create-vm-migration-plan--alert { | ||
margin-bottom: var(--pf-global--spacer--md); | ||
margin-bottom: var(--pf-global--spacer--md); | ||
} | ||
|
||
.forklift--create-vm-migration-plan--section-header { | ||
margin-bottom: 0; | ||
margin-bottom: 0; | ||
} | ||
|
||
.forklift--create-vm-migration-plan--form-actions { | ||
margin-top: var(--pf-global--spacer--md); | ||
margin-top: var(--pf-global--spacer--md); | ||
} |
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