-
Notifications
You must be signed in to change notification settings - Fork 467
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
…9611) ### Proposed Changes * Replaced `lmd` with `md` * Replaced `lg` with `lmd` * Replaced `xl` with `lg` * Replaced `xxl` with `xl` * Replaced `xxxl` with `xxl` * Corrected font-size in `dot-apps` * Adjusted font-size for "show archive" label in templates and containers portlets * Updated `.cw-rule` font-size for rules portlet ### Additional Info This PR fixes #28724. The previous pull request failed QA due to some inconsistencies. This PR includes missing replacements, specifically for font sizes `$font-size-lmd`, `lg`, `xl`, `xxl`, and `xxxl`. The extensive changes to files are due to these replacements. *Care was taken to avoid modifying font sizes that were corrected in the previous PR*. The replacement process followed this order to avoid collisions: `lmd` to `md`, `lg` to `lmd`, `xl` to `lg`, `xxl` to `xl`, and `xxxl` to `xxl`. Additionally, missing font size properties were added to portlets where they were previously omitted, including in `dot-apps`, templates, and containers portlets. ### Screenshots Original (Header) | Updated :-------------------------:|:-------------------------: <img width="1728" alt="image" src="https://github.com/user-attachments/assets/0bf2a535-f56f-4aac-b9c9-9195d1fda0ff">|<img width="1722" alt="image" src="https://github.com/user-attachments/assets/9c8056be-cbc5-4958-a915-492eaafe8aeb"> Original (show archive)|Updated <img width="1728" alt="image" src="https://github.com/user-attachments/assets/7750403f-51a8-4ca5-863d-a6e5ae02ea0b">|<img width="1724" alt="image" src="https://github.com/user-attachments/assets/7c9fb459-c2c8-4f67-9aaa-cdae981f7036"> Original (apps cards)|Updated <img width="1728" alt="image" src="https://github.com/user-attachments/assets/37528738-fdff-498e-ac52-31e0051aa693">|<img width="1728" alt="image" src="https://github.com/user-attachments/assets/f5c78cb7-3fa6-4886-a416-50d719cf1dc4"> Original (apps detail)|Updated <img width="1728" alt="image" src="https://github.com/user-attachments/assets/e914e4ed-83f9-4231-bfd1-59767b58c9fa">|<img width="1728" alt="image" src="https://github.com/user-attachments/assets/ad921103-1706-410f-aa3b-a0dd78d420d0"> Original (apps form)|Updated <img width="1728" alt="image" src="https://github.com/user-attachments/assets/fe06dd42-0c44-4f8b-aa96-a8cbfd7d1c4f">|<img width="1728" alt="image" src="https://github.com/user-attachments/assets/74bfee34-e918-47cf-8630-21bf69ce4a6b"> Original (rules "evaluate")|Updated <img width="1728" alt="image" src="https://github.com/user-attachments/assets/a3fbf28c-6cf3-4c50-8bb8-dadf2dd8f9ec">|<img width="1728" alt="image" src="https://github.com/user-attachments/assets/c1d5ef38-e17e-46d2-a747-231ee4b192a5"> Original (overlaypanel titles)|Updated <img width="1728" alt="image" src="https://github.com/user-attachments/assets/640fb071-db51-45ed-acfd-3c444ee929c4">|<img width="1728" alt="image" src="https://github.com/user-attachments/assets/fdd90a5f-9dbb-49f1-a6c9-78682cf93598">
- Loading branch information
1 parent
adab97d
commit 8f7cae3
Showing
91 changed files
with
123 additions
and
118 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -59,4 +59,5 @@ | |
background-color: $white; | ||
box-shadow: $shadow-m; | ||
padding-top: $spacing-4; | ||
font-size: $font-size-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
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
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
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
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
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
Oops, something went wrong.