From 423e6ed83de5c3e29b59156537fddcf03a4e0916 Mon Sep 17 00:00:00 2001 From: OVSharova Date: Mon, 30 Aug 2021 16:53:27 +0300 Subject: [PATCH] refactoring --- apps/common/main/resources/less/opendialog.less | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/apps/common/main/resources/less/opendialog.less b/apps/common/main/resources/less/opendialog.less index 420ed6401..13b2ac71e 100644 --- a/apps/common/main/resources/less/opendialog.less +++ b/apps/common/main/resources/less/opendialog.less @@ -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; - } } } }