Skip to content

Commit

Permalink
Merge branch 'new-new-view-page' into update-forms
Browse files Browse the repository at this point in the history
  • Loading branch information
janfaracik committed Oct 24, 2021
2 parents c3208af + e894c56 commit 6ed44c6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions war/src/main/less/base/style.less
Original file line number Diff line number Diff line change
Expand Up @@ -527,9 +527,9 @@ label.attach-previous {
min-height: 16px;
line-height: 16px;
background-image: url("../../images/svgs/error.svg");
background-position: left center;
background-position: left top;
background-repeat: no-repeat;
background-size: contain;
background-size: 16px 16px;
}

.error-inline {
Expand All @@ -544,9 +544,9 @@ label.attach-previous {
min-height: 16px;
line-height: 16px;
background-image: url("../../images/svgs/warning.svg");
background-position: left center;
background-position: left top;
background-repeat: no-repeat;
background-size: contain;
background-size: 16px 16px;
}

.warning-inline {
Expand Down

0 comments on commit 6ed44c6

Please sign in to comment.