refactoring

This commit is contained in:
OVSharova 2021-08-30 16:53:27 +03:00
parent c6423dd844
commit 423e6ed83d

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;
}
}
}
}