Resize on 40
This commit is contained in:
parent
c1af534783
commit
3808c46c15
|
@ -79,8 +79,8 @@
|
|||
|
||||
.icon {
|
||||
float: left;
|
||||
width: 35px;
|
||||
height: 35px;
|
||||
width: 40px;
|
||||
height: 40px;
|
||||
|
||||
&.warn {
|
||||
background: url('../../../../common/main/resources/img/controls/attention.svg') no-repeat center;
|
||||
|
|
|
@ -179,8 +179,8 @@
|
|||
}
|
||||
|
||||
&.error, &.info, &.confirm, &.warn {
|
||||
width: 35px;
|
||||
height: 35px;
|
||||
width: 40px;
|
||||
height: 40px;
|
||||
}
|
||||
|
||||
&.error {
|
||||
|
|
Loading…
Reference in a new issue