From b22b34f8edce9d67c32ceedb2033c404cda830a1 Mon Sep 17 00:00:00 2001 From: cactuzhead Date: Thu, 15 May 2025 16:16:57 +0100 Subject: [PATCH] Update custom.scss --- _sass/custom/custom.scss | 47 ---------------------------------------- 1 file changed, 47 deletions(-) diff --git a/_sass/custom/custom.scss b/_sass/custom/custom.scss index 96b8c2e..62d9ae3 100644 --- a/_sass/custom/custom.scss +++ b/_sass/custom/custom.scss @@ -6,50 +6,3 @@ .lowercase { text-transform: lowercase !important; } - - - - - - - -.site-header-inner { - display: flex; - align-items: center; - gap: 10px; -} - -.site-logo img { - max-height: 40px; - width: auto; -} - -.site-title { - font-size: 1.5em; - color: inherit; - text-decoration: none; - display: inline-block; -} - -.label { - display: inline-block; - padding: 2px 6px; - border-radius: 3px; - font-size: 0.8em; - margin-left: 5px; - vertical-align: middle; -} - -span.label.label-grey { - background-color: #ededed; - color: #6c757d; -} - -.menu-label { - background-color: #2196F3; - color: white; - padding: 2px 6px; - border-radius: 3px; - font-size: 0.8em; - margin-left: 5px; -}