This repository has been archived by the owner on Aug 15, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 42
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert "VOTE-1039 add nvrf review link (#991)"
This reverts commit 81566be.
- Loading branch information
1 parent
81566be
commit eac30b7
Showing
22 changed files
with
351 additions
and
2,502 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
Binary file not shown.
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,43 +1,46 @@ | ||
@use 'uswds-core' as *; | ||
@use '../mixins' as *; | ||
|
||
.sitewide-alert, .page-alert { | ||
.usa-alert { | ||
padding: 0; | ||
margin-top: 0; | ||
border-left: 0.5rem solid #00bde3; | ||
} | ||
.usa-alert { | ||
padding: 0; | ||
margin-top: 0; | ||
border-left: 0.5rem solid #00bde3; | ||
} | ||
|
||
[dir="rtl"] .usa-alert { | ||
border-right: 0.5rem solid #00bde3; | ||
border-left: 0; | ||
} | ||
[dir="rtl"] .usa-alert { | ||
border-right: 0.5rem solid #00bde3; | ||
border-left: 0; | ||
} | ||
|
||
.usa-alert--info:before { | ||
display: none; | ||
} | ||
.usa-alert--info:before { | ||
display: none; | ||
} | ||
|
||
.usa-alert--info { | ||
background-image: unset; | ||
background-color: #e7f6f8; | ||
border: 0; | ||
} | ||
.usa-alert--info { | ||
background-image: unset; | ||
background-color: #e7f6f8; | ||
border: 0; | ||
} | ||
|
||
[dir="rtl"] .usa-alert--info { | ||
.grid-container { | ||
background-position: calc(100% - 1rem) 1rem; | ||
[dir="rtl"] .usa-alert--info { | ||
.grid-container { | ||
background-position: calc(100% - 1rem) 1rem; | ||
|
||
@include at-media('tablet') { | ||
background-position: calc(100% - 1rem) 0.3rem; | ||
} | ||
@include at-media('tablet') { | ||
background-position: calc(100% - 1rem) 0.3rem; | ||
} | ||
} | ||
} | ||
|
||
.usa-alert--info .usa-alert__body { | ||
padding-left: 2.5rem; | ||
.usa-alert--info .usa-alert__body { | ||
padding-left: 2.5rem; | ||
|
||
&:before { | ||
left: -0.5rem; | ||
} | ||
} | ||
&:before { | ||
left: -0.5rem; | ||
} | ||
} | ||
|
||
.usa-alert__text:only-child { | ||
margin-bottom: 0.5rem; | ||
padding: 0.75rem 0 0.25rem; | ||
} |
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 |
---|---|---|
|
@@ -80,10 +80,6 @@ | |
} | ||
} | ||
|
||
.nvrf-hero { | ||
padding: 20px 0; | ||
} | ||
|
||
.align-bottom { | ||
display: flex; | ||
flex-direction: column; | ||
|
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 was deleted.
Oops, something went wrong.
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 was deleted.
Oops, something went wrong.
39 changes: 0 additions & 39 deletions
39
content/en/national-voter-registration-form-review/privacy.html
This file was deleted.
Oops, something went wrong.
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 was deleted.
Oops, something went wrong.
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 was deleted.
Oops, something went wrong.
Oops, something went wrong.