From a12ccb5bd1f03549ed7b1c49d26b5d67457192c9 Mon Sep 17 00:00:00 2001 From: vova Date: Tue, 14 Jun 2022 13:45:22 +0300 Subject: [PATCH] fix scss compile error --- frontend/web/css/main.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/web/css/main.css b/frontend/web/css/main.css index d326c79..3f78ce8 100755 --- a/frontend/web/css/main.css +++ b/frontend/web/css/main.css @@ -1146,7 +1146,7 @@ ul.list-wr span { position: relative; } .list-static-wr li:before { - content: 'тАв'; + content: '•'; font-weight: bold; color: #0080ca; font-size: 25px; -- libgit2 0.21.4