Merge pull request #1137 from ONLYOFFICE/feature/fix-icon-opendialog

fix icon opendialog
This commit is contained in:
maxkadushkin 2021-08-30 18:24:18 +03:00 committed by GitHub
commit 0906dd1885
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -77,14 +77,12 @@
}
}
.icon {
.icon.warn {
float: left;
width: 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;
}
}
}
}