From 267b55154b31da99d8df5d5122ff84c8b80a2dc1 Mon Sep 17 00:00:00 2001 From: maTh Date: Tue, 4 Oct 2022 23:07:02 +0200 Subject: All (S)CSS files (#4690) --- p/themes/Swage/swage.css | 15 --------------- p/themes/Swage/swage.rtl.css | 15 --------------- p/themes/Swage/swage.scss | 17 ----------------- 3 files changed, 47 deletions(-) (limited to 'p/themes/Swage') diff --git a/p/themes/Swage/swage.css b/p/themes/Swage/swage.css index e0190aac2..fee0454f7 100644 --- a/p/themes/Swage/swage.css +++ b/p/themes/Swage/swage.css @@ -329,21 +329,6 @@ form th { text-decoration: none; } -.nav-head { - margin: 0; - text-align: right; - background: #22303d; - color: #fcfcfc; -} -.nav-head a { - color: #fcfcfc; -} -.nav-head .item { - padding: 5px 10px; - font-size: 0.9rem; - line-height: 1.5rem; -} - .dropdown-menu { padding: 0.5rem 0 1rem 0; font-size: 0.8rem; diff --git a/p/themes/Swage/swage.rtl.css b/p/themes/Swage/swage.rtl.css index 35ebc4cc6..e09121333 100644 --- a/p/themes/Swage/swage.rtl.css +++ b/p/themes/Swage/swage.rtl.css @@ -329,21 +329,6 @@ form th { text-decoration: none; } -.nav-head { - margin: 0; - text-align: left; - background: #22303d; - color: #fcfcfc; -} -.nav-head a { - color: #fcfcfc; -} -.nav-head .item { - padding: 5px 10px; - font-size: 0.9rem; - line-height: 1.5rem; -} - .dropdown-menu { padding: 0.5rem 0 1rem 0; font-size: 0.8rem; diff --git a/p/themes/Swage/swage.scss b/p/themes/Swage/swage.scss index e2fc58ac1..7be128238 100644 --- a/p/themes/Swage/swage.scss +++ b/p/themes/Swage/swage.scss @@ -427,23 +427,6 @@ form { } } -.nav-head { - margin: 0; - text-align: right; - background: $color_aside; - color: $color_light; - - a { - color: $color_light; - } - - .item { - padding: 5px 10px; - font-size: 0.9rem; - line-height: 1.5rem; - } -} - .dropdown-menu { padding: 0.5rem 0 1rem 0; font-size: 0.8rem; -- cgit v1.2.3