Resize on 40

This commit is contained in:
OVSharova 2021-07-29 11:58:20 +03:00
parent c1af534783
commit 3808c46c15
2 changed files with 4 additions and 4 deletions

View file

@ -79,8 +79,8 @@
.icon { .icon {
float: left; float: left;
width: 35px; width: 40px;
height: 35px; height: 40px;
&.warn { &.warn {
background: url('../../../../common/main/resources/img/controls/attention.svg') no-repeat center; background: url('../../../../common/main/resources/img/controls/attention.svg') no-repeat center;

View file

@ -179,8 +179,8 @@
} }
&.error, &.info, &.confirm, &.warn { &.error, &.info, &.confirm, &.warn {
width: 35px; width: 40px;
height: 35px; height: 40px;
} }
&.error { &.error {