[build] fix message's icons
This commit is contained in:
parent
56ab2abd02
commit
3cd99ddba3
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 1.1 KiB |
|
@ -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;
|
||||
|
||||
}
|
||||
}
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue