diff options
| author | 2022-10-04 23:07:02 +0200 | |
|---|---|---|
| committer | 2022-10-04 23:07:02 +0200 | |
| commit | 267b55154b31da99d8df5d5122ff84c8b80a2dc1 (patch) | |
| tree | fd8889e01459bd6777ef2ae0dd3ca4d3037c0412 /p/themes/Swage | |
| parent | 8f31827e035686f46546a9c01fe5d48b3eed8a81 (diff) | |
All (S)CSS files (#4690)
Diffstat (limited to 'p/themes/Swage')
| -rw-r--r-- | p/themes/Swage/swage.css | 15 | ||||
| -rw-r--r-- | p/themes/Swage/swage.rtl.css | 15 | ||||
| -rw-r--r-- | p/themes/Swage/swage.scss | 17 |
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; |
