From 3555db1163fbc1c5153d97e7f69fa0ff8ae14ce5 Mon Sep 17 00:00:00 2001 From: Beverly Nguyen Date: Mon, 17 Mar 2025 12:12:06 -0700 Subject: [PATCH 1/4] fix styling issue --- app/assets/sass/uswds/_uswds-theme-custom-styles.scss | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/app/assets/sass/uswds/_uswds-theme-custom-styles.scss b/app/assets/sass/uswds/_uswds-theme-custom-styles.scss index 83ad4ece4..59bdd4614 100644 --- a/app/assets/sass/uswds/_uswds-theme-custom-styles.scss +++ b/app/assets/sass/uswds/_uswds-theme-custom-styles.scss @@ -139,11 +139,6 @@ td.table-empty-message { font-family: family('sans'); } -.usa-dark-background .pill-item__label { - color: white; - text-decoration: none !important; -} - .pill-item.usa-link { text-decoration: none !important; } @@ -257,6 +252,11 @@ td.table-empty-message { } } +.usa-checkbox.template-list-item.template-list-item-with-checkbox.template-list-item-without-ancestors { + display: flex; + flex-direction: column; +} + .usa-checkbox__label-description { margin: units(2px) 0 units(1) units(4); } From 3b8fdd8122f30ba6207d29f776e2d72de8adebde Mon Sep 17 00:00:00 2001 From: Beverly Nguyen Date: Mon, 17 Mar 2025 15:46:25 -0700 Subject: [PATCH 2/4] remove comment --- app/assets/sass/uswds/_uswds-theme-custom-styles.scss | 1 - 1 file changed, 1 deletion(-) diff --git a/app/assets/sass/uswds/_uswds-theme-custom-styles.scss b/app/assets/sass/uswds/_uswds-theme-custom-styles.scss index 59bdd4614..2886d3685 100644 --- a/app/assets/sass/uswds/_uswds-theme-custom-styles.scss +++ b/app/assets/sass/uswds/_uswds-theme-custom-styles.scss @@ -194,7 +194,6 @@ td.table-empty-message { } // border: 1px solid color('gray-cool-10'); - // padding: units(2); .tick-cross-list-permissions { margin: units(1) 0; From 1cd51a8257c6245891228f3d0c4b5d1706452b60 Mon Sep 17 00:00:00 2001 From: Beverly Nguyen Date: Mon, 17 Mar 2025 16:04:09 -0700 Subject: [PATCH 3/4] remove comment --- app/assets/sass/uswds/_uswds-theme-custom-styles.scss | 2 -- 1 file changed, 2 deletions(-) diff --git a/app/assets/sass/uswds/_uswds-theme-custom-styles.scss b/app/assets/sass/uswds/_uswds-theme-custom-styles.scss index 2886d3685..4a4c5db19 100644 --- a/app/assets/sass/uswds/_uswds-theme-custom-styles.scss +++ b/app/assets/sass/uswds/_uswds-theme-custom-styles.scss @@ -193,8 +193,6 @@ td.table-empty-message { word-wrap: break-word; } - // border: 1px solid color('gray-cool-10'); - .tick-cross-list-permissions { margin: units(1) 0; padding-left: units(2); From da194d358c66db7c60736a36d691c34218400068 Mon Sep 17 00:00:00 2001 From: Beverly Nguyen Date: Wed, 19 Mar 2025 13:13:29 -0700 Subject: [PATCH 4/4] removing comments --- app/assets/sass/uswds/_uswds-theme-custom-styles.scss | 2 -- 1 file changed, 2 deletions(-) diff --git a/app/assets/sass/uswds/_uswds-theme-custom-styles.scss b/app/assets/sass/uswds/_uswds-theme-custom-styles.scss index 4a4c5db19..8a431d14e 100644 --- a/app/assets/sass/uswds/_uswds-theme-custom-styles.scss +++ b/app/assets/sass/uswds/_uswds-theme-custom-styles.scss @@ -602,8 +602,6 @@ td.table-empty-message { } } -// Etc - .email-brand, .browse-list { padding: 0;