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/Ansum | |
| parent | 8f31827e035686f46546a9c01fe5d48b3eed8a81 (diff) | |
All (S)CSS files (#4690)
Diffstat (limited to 'p/themes/Ansum')
| -rw-r--r-- | p/themes/Ansum/_sidebar.scss | 17 | ||||
| -rw-r--r-- | p/themes/Ansum/ansum.css | 13 | ||||
| -rw-r--r-- | p/themes/Ansum/ansum.rtl.css | 13 |
3 files changed, 0 insertions, 43 deletions
diff --git a/p/themes/Ansum/_sidebar.scss b/p/themes/Ansum/_sidebar.scss index a2df60c44..164f61da0 100644 --- a/p/themes/Ansum/_sidebar.scss +++ b/p/themes/Ansum/_sidebar.scss @@ -224,23 +224,6 @@ padding: 3px; text-align: center; } - - .nav-head { - margin: 0; - text-align: right; - // background: #34495e; - color: variables.$white; - - a { - color: variables.$white; - } - - .item { - padding: 5px 10px; - font-size: 0.9rem; - line-height: 1.5rem; - } - } } /*=== Aside main page (categories) */ diff --git a/p/themes/Ansum/ansum.css b/p/themes/Ansum/ansum.css index 8e2ace58e..216e3a62e 100644 --- a/p/themes/Ansum/ansum.css +++ b/p/themes/Ansum/ansum.css @@ -609,19 +609,6 @@ form th { padding: 3px; text-align: center; } -.nav-list .nav-head { - margin: 0; - text-align: right; - color: #fff; -} -.nav-list .nav-head a { - color: #fff; -} -.nav-list .nav-head .item { - padding: 5px 10px; - font-size: 0.9rem; - line-height: 1.5rem; -} /*=== Aside main page (categories) */ .aside_feed .tree-folder-title > .title:not([data-unread="0"]) { diff --git a/p/themes/Ansum/ansum.rtl.css b/p/themes/Ansum/ansum.rtl.css index f09f5c1bf..ddc94cbc4 100644 --- a/p/themes/Ansum/ansum.rtl.css +++ b/p/themes/Ansum/ansum.rtl.css @@ -609,19 +609,6 @@ form th { padding: 3px; text-align: center; } -.nav-list .nav-head { - margin: 0; - text-align: left; - color: #fff; -} -.nav-list .nav-head a { - color: #fff; -} -.nav-list .nav-head .item { - padding: 5px 10px; - font-size: 0.9rem; - line-height: 1.5rem; -} /*=== Aside main page (categories) */ .aside_feed .tree-folder-title > .title:not([data-unread="0"]) { |
