Merge pull request #1137 from ONLYOFFICE/feature/fix-icon-opendialog
fix icon opendialog
This commit is contained in:
commit
0906dd1885
|
@ -77,14 +77,12 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.icon {
|
.icon.warn {
|
||||||
float: left;
|
float: left;
|
||||||
width: 40px;
|
width: 40px;
|
||||||
height: 40px;
|
height: 40px;
|
||||||
|
background: ~"url('@{common-image-const-path}/controls/warnings.svg#attention')" no-repeat center;
|
||||||
|
|
||||||
&.warn {
|
|
||||||
background: ~"url('@{common-image-const-path}/controls/warnings.svg#attention')" no-repeat center;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue