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.
VOTE-246 refactor the loading of css
Remove react shortcode
- Loading branch information
1 parent
621efcb
commit 3566c12
Showing
9 changed files
with
117 additions
and
15 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,105 @@ | ||
.nvrf-app-container { | ||
/* Global */ | ||
.usa-button { | ||
background-color: #11385B; | ||
} | ||
|
||
.usa-card__container { | ||
border-radius: 0; | ||
border-color: #000; | ||
} | ||
.error-container { | ||
border-left: 3px solid #b50909; | ||
padding-left: 15px; | ||
} | ||
|
||
.error-text { | ||
color: #b50909; | ||
} | ||
|
||
.back-button { | ||
background-color: transparent; | ||
} | ||
|
||
.divider-grey { | ||
display: inline-block; | ||
height: 1px; | ||
width:100%; | ||
border: 1px solid #DCDEE0; | ||
} | ||
|
||
.usa-form a:visited { | ||
color: unset; | ||
} | ||
|
||
.link-button-outline { | ||
background-color: rgba(0,0,0,0); | ||
box-shadow: inset 0 0 0 2px #11385B; | ||
color: #11385B; | ||
text-decoration: none; | ||
} | ||
|
||
.link-button-outline:hover { | ||
color: white !important; | ||
background-color: #11385B; | ||
} | ||
|
||
.link-button-filled { | ||
color: white !important; | ||
text-decoration: none; | ||
} | ||
|
||
/* Form */ | ||
@media only screen and (min-width: 640px) { | ||
.bottom { | ||
position: absolute; | ||
bottom: 0; | ||
} | ||
} | ||
|
||
.input-example { | ||
min-height: 154px; | ||
} | ||
|
||
.fieldset { | ||
display: contents; | ||
} | ||
|
||
.usa-step-indicator__header { | ||
display: none !important; | ||
} | ||
|
||
.confirm-info .usa-button { | ||
background-color: inherit; | ||
} | ||
|
||
/* RegistrationOptions */ | ||
.divider { | ||
position: relative; | ||
} | ||
|
||
.divider > span { | ||
display: block; | ||
height: 48px; | ||
width: 48px; | ||
line-height: 46px; | ||
border-radius: 30px; | ||
background-color: #DEE9F0;; | ||
color: #11385B; | ||
|
||
text-align: center; | ||
font-size: 18px; | ||
margin-left: calc(50% - 24px); | ||
} | ||
|
||
.divider:after { | ||
content: ''; | ||
position: absolute; | ||
width: 100%; | ||
height: 2px; /* suit your need */ | ||
background: #DEE9F0; /* suit your need */ | ||
top: 50%; | ||
left: 0; | ||
z-index: -1; | ||
} | ||
} |
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 was deleted.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
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