From 07fe68d987dd40d0586509554891b5c239a09036 Mon Sep 17 00:00:00 2001 From: nataliauvarova Date: Mon, 23 Dec 2024 18:31:15 +0000 Subject: [PATCH] kalmyk markup: fix styles button --- src/styles/main.scss | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/src/styles/main.scss b/src/styles/main.scss index b0107015..68d67758 100644 --- a/src/styles/main.scss +++ b/src/styles/main.scss @@ -4400,10 +4400,16 @@ body { /* Markup button */ .lingvo-button-markup { font-weight: 900 !important; - width: 40px !important; + width: 38px !important; + font-size: 14px !important; color: #999ca0 !important; + .ui.basic.buttons &.button { + padding-left: 0 !important; + padding-right: 0 !important; + } + .ui.basic.buttons &_create.button { color: #57b894 !important;