aboutsummaryrefslogtreecommitdiff
path: root/p/themes/Swage
diff options
context:
space:
mode:
authorGravatar maTh <math-home@web.de> 2022-10-04 23:07:02 +0200
committerGravatar GitHub <noreply@github.com> 2022-10-04 23:07:02 +0200
commit267b55154b31da99d8df5d5122ff84c8b80a2dc1 (patch)
treefd8889e01459bd6777ef2ae0dd3ca4d3037c0412 /p/themes/Swage
parent8f31827e035686f46546a9c01fe5d48b3eed8a81 (diff)
All (S)CSS files (#4690)
Diffstat (limited to 'p/themes/Swage')
-rw-r--r--p/themes/Swage/swage.css15
-rw-r--r--p/themes/Swage/swage.rtl.css15
-rw-r--r--p/themes/Swage/swage.scss17
3 files changed, 0 insertions, 47 deletions
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;