-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Vote-3106: Bug fixes for RTL styles (#1099) * VOTE-3081 Remove underline, text-align from allowed tags (#1112) * VOTE-3108 resolve regression in nvrf template (#1121) Co-authored-by: tt-gsa <139235281+tt-gsa@users.noreply.github.com> * VOTE-3059 add new field to nvrf report listing and export (#1122) * Vote-3155: Updating link validation tests (#1127) * Vote-3142: Remove when:always flag (#1134) * VOTE-2963: update conditions for running downsync workflows --------- Co-authored-by: Christian Medders - Bixal <88721460+clmedders@users.noreply.github.com> Co-authored-by: SamiraMSadat <108487505+SamiraMSadat@users.noreply.github.com> Co-authored-by: Ray Estrada <raymond.estrada@gsa.gov>
- Loading branch information
1 parent
91c09cd
commit beaad4e
Showing
13 changed files
with
323 additions
and
23 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: 2 additions & 0 deletions
2
testing/cypress/e2e/externalLinks/external-links-validator.cy.js
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
29 changes: 29 additions & 0 deletions
29
web/themes/custom/votegov/src/sass/uswds-overrides/usa-alert.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 |
---|---|---|
@@ -0,0 +1,29 @@ | ||
@use "uswds-core" as *; | ||
@use "variables" as *; | ||
@use "mixins" as *; | ||
|
||
// targeting inline alerts and individually setting the border color | ||
.usa-alert { | ||
border-left: none; | ||
|
||
&.usa-alert--warning { | ||
border-inline-start: 0.5rem color('gold-20v') solid; | ||
} | ||
|
||
&.usa-alert--info { | ||
border-inline-start: 0.5rem color('accent-cool') solid; | ||
} | ||
} | ||
|
||
.usa-alert--info, | ||
.usa-alert__body > * { | ||
margin-left: unset; | ||
margin-inline-start: 2.5rem; | ||
} | ||
|
||
.usa-alert .usa-alert__body { | ||
&:before { | ||
left: unset; | ||
inset-inline-start: 1rem; | ||
} | ||
} |
Oops, something went wrong.