From 7f6779a64c0d06bfbfc53dc6173b4eed6bc12133 Mon Sep 17 00:00:00 2001 From: Denis Dokin Date: Tue, 21 May 2024 13:15:16 +0300 Subject: [PATCH] Update buttons.less --- apps/common/main/resources/less/buttons.less | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/apps/common/main/resources/less/buttons.less b/apps/common/main/resources/less/buttons.less index 7c596e70d9..b99f1a8430 100644 --- a/apps/common/main/resources/less/buttons.less +++ b/apps/common/main/resources/less/buttons.less @@ -118,13 +118,15 @@ &::before { content: ' '; position: absolute; - width: 8px; - height: 8px; - bottom: 2px; + width: 7px; + height: 7px; + bottom: 1px; + right: 1px; background-color: @background-notification-badge-ie; background-color: @background-notification-badge; border-radius: 4px; - right: 2px; + stroke-width: 1px; + stroke: rgba(122, 99, 0, 0.5); } } }