-
Notifications
You must be signed in to change notification settings - Fork 806
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Protect: Update Scan and History headers (#40058)
* Update Scan and History section header structure/content * changelog * Update projects/plugins/protect/src/js/routes/scan/scan-admin-section-hero.tsx Co-authored-by: Nate Weller <[email protected]> --------- Co-authored-by: Nate Weller <[email protected]>
- Loading branch information
1 parent
e438317
commit f09ee55
Showing
5 changed files
with
104 additions
and
59 deletions.
There are no files selected for viewing
4 changes: 4 additions & 0 deletions
4
projects/plugins/protect/changelog/update-protect-scan-and-history-headers
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 |
---|---|---|
@@ -0,0 +1,4 @@ | ||
Significance: minor | ||
Type: changed | ||
|
||
Updates the structure and content of the Scan and History page headers |
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
8 changes: 4 additions & 4 deletions
8
projects/plugins/protect/src/js/routes/scan/styles.module.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,12 +1,12 @@ | ||
.subheading-content { | ||
font-weight: bold; | ||
.subheading-text { | ||
white-space: nowrap; | ||
} | ||
|
||
.product-section, .info-section { | ||
margin-top: calc( var( --spacing-base ) * 7 ); // 56px | ||
margin-bottom: calc( var( --spacing-base ) * 7 ); // 56px | ||
} | ||
|
||
.scan-navigation { | ||
margin-top: calc( var( --spacing-base ) * 3 ); // 24px | ||
.auto-fixers { | ||
margin-top: calc( var( --spacing-base ) * 4 ); // 32px | ||
} |