From cbf30604af1d6b1c4b0dce7c2d2231baea68388b Mon Sep 17 00:00:00 2001 From: smanylov Date: Thu, 16 Apr 2026 17:08:35 +0700 Subject: [PATCH] add gap for notification icon --- src/app/styles/header.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/styles/header.scss b/src/app/styles/header.scss index a032b1d..fdb0a5f 100644 --- a/src/app/styles/header.scss +++ b/src/app/styles/header.scss @@ -170,7 +170,7 @@ &-item { display: flex; - gap: 0px; + gap: 8px; padding: 10px 14px; border-bottom: 1px solid v.$b-color-1; transition: background-color 0.2s;