From 962ed5dfc9cd347bfd0f434b657cc821e77aea9c Mon Sep 17 00:00:00 2001 From: Alok Singh <61436-alokaman@users.noreply.drupalcode.org> Date: Tue, 17 Dec 2024 06:43:42 +0000 Subject: [PATCH] Issue #3494206: Read more and Add new comment, needs some style and remove space --- css/base/elements.css | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/css/base/elements.css b/css/base/elements.css index 896fda6..4b70ea2 100644 --- a/css/base/elements.css +++ b/css/base/elements.css @@ -303,3 +303,26 @@ span.marker { font-size: 12px; font-weight: 600; } + +.inline { + margin-top: 20px; + margin-bottom: 50px; + margin-left: 0; + padding-left: 0; +} + +.inline li a { + background: #0678be; + color: #fff; + padding: 8px 18px; + border-radius: 5px; + border: 1px solid #0678be; +} + +.inline li a:hover { + background: #fff; + border: 1px solid #0678be; + color: #0678be; + text-decoration: none; + box-shadow: 0 4px 8px rgba(6, 120, 190, 0.3); +} -- GitLab