Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
amfiyong committed Jun 25, 2021
1 parent 4a7fd23 commit 3748062
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion metron/css/pages/auth/style-1.css
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ input:-webkit-autofill{
}

.fv-plugins-message-container .fv-help-block {
color: #fbff00 !important;
color: #F64E60 !important;
}

@media (max-width: 575.98px) {
Expand Down
2 changes: 1 addition & 1 deletion metron/css/style.bundle.css
Original file line number Diff line number Diff line change
Expand Up @@ -2235,7 +2235,7 @@ textarea.form-control {
display: block; }

.was-validated .form-control:valid, .form-control.is-valid {
border-color: #1BC5BD;
border-color: #1A73E8;
padding-right: calc(1.5em + 1.3rem);
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%231BC5BD' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
background-repeat: no-repeat;
Expand Down

0 comments on commit 3748062

Please sign in to comment.