Resize on 40
This commit is contained in:
parent
c1af534783
commit
3808c46c15
|
@ -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;
|
||||||
|
|
|
@ -179,8 +179,8 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
&.error, &.info, &.confirm, &.warn {
|
&.error, &.info, &.confirm, &.warn {
|
||||||
width: 35px;
|
width: 40px;
|
||||||
height: 35px;
|
height: 40px;
|
||||||
}
|
}
|
||||||
|
|
||||||
&.error {
|
&.error {
|
||||||
|
|
Loading…
Reference in a new issue