summaryrefslogtreecommitdiff
path: root/src/css/bigstyle.css
diff options
context:
space:
mode:
Diffstat (limited to 'src/css/bigstyle.css')
-rw-r--r--src/css/bigstyle.css10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/css/bigstyle.css b/src/css/bigstyle.css
index b3e3e98..764fb0a 100644
--- a/src/css/bigstyle.css
+++ b/src/css/bigstyle.css
@@ -4618,7 +4618,7 @@ fieldset .input-group:first-child {
margin-top: 0.75em;
}
.page-mygov-auth-account div .error-message::before {
- content: url("styles/resources/assets/icons/error-oct-red.svg");
+ content: url("../img/error.png");
position: relative;
left: 0px;
top: 0px;
@@ -5227,10 +5227,10 @@ fieldset .input-group:first-child {
margin-bottom: 1.125rem;
}
.success_error_page_container__logo--success {
- background: var(--white) url("styles/resources/assets/icons/ia/check-large-green.svg") no-repeat center;
+ background: var(--white) url("../img/success.png") no-repeat center;
}
.success_error_page_container__logo--error {
- background: var(--white) url("styles/resources/assets/icons/ia/error-oct-icon-red-68.svg") no-repeat center;
+ background: var(--white) url("../img/error.png") no-repeat center;
}
@media (max-width: 639px) {
.success_error_page_container__logo {
@@ -7190,12 +7190,12 @@ fieldset .input-group:first-child {
justify-content: center;
width: 3.25rem;
height: 3.5rem;
- background: var(--callout-info-bg-color) url("styles/resources/assets/icons/ia/info-icon.svg") no-repeat center;
+ background: var(--callout-info-bg-color) url("../img/info.png") no-repeat center;
background-size: 1.5rem;
}
@media (max-width: 639px) {
.page-mygov-auth-account .callout-box--info-icon {
- background-image: url("styles/resources/assets/icons/ia/info-icon.svg");
+ background-image: url("../img/info.png");
background-size: 1rem;
}
}