[build] fix message's icons

This commit is contained in:
Maxim Kadushkin 2021-09-01 23:28:00 +03:00
parent 56ab2abd02
commit 3cd99ddba3
3 changed files with 5 additions and 5 deletions

View file

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

View file

@ -81,7 +81,7 @@
float: left;
width: 40px;
height: 40px;
background: ~"url('@{common-image-const-path}/controls/warnings.svg#attention')" no-repeat center;
background: ~"url('@{common-image-const-path}/controls/warnings_s.svg#attention')" no-repeat center;
}
}

View file

@ -172,7 +172,7 @@
.icon {
&.warn {
background: ~"url('@{common-image-const-path}/controls/warnings.svg#attention')" no-repeat center;
background: ~"url('@{common-image-const-path}/controls/warnings_s.svg#attention')" no-repeat center;
}
&.error, &.info, &.confirm, &.warn {
@ -181,15 +181,15 @@
}
&.error {
background: ~"url('@{common-image-const-path}/controls/warnings.svg#warning')" no-repeat center;
background: ~"url('@{common-image-const-path}/controls/warnings_s.svg#warning')" no-repeat center;
}
&.info {
background: ~"url('@{common-image-const-path}/controls/warnings.svg#info')" no-repeat center;
background: ~"url('@{common-image-const-path}/controls/warnings_s.svg#info')" no-repeat center;
}
&.confirm {
background: ~"url('@{common-image-const-path}/controls/warnings.svg#done')" no-repeat center;
background: ~"url('@{common-image-const-path}/controls/warnings_s.svg#done')" no-repeat center;
}
}