Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/google/docsy.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/assets
diff options
context:
space:
mode:
authorFranz Steininger <narrenfrei@gmail.com>2021-05-12 16:48:51 +0300
committerFranz Steininger <narrenfrei@gmail.com>2021-05-28 09:05:51 +0300
commit3341a3d4fd57937edc48cc37f6af8137017e679e (patch)
tree82e3205429b6bc088fa07c88c05c68f933fc2512 /assets
parent82328ce7f4ecd92e63445874d522cd3f3046378f (diff)
1st dev version for taxonomy specific pages
Diffstat (limited to 'assets')
-rw-r--r--assets/scss/_taxonomy.scss32
1 files changed, 28 insertions, 4 deletions
diff --git a/assets/scss/_taxonomy.scss b/assets/scss/_taxonomy.scss
index 2bc2bf3..ef1f74b 100644
--- a/assets/scss/_taxonomy.scss
+++ b/assets/scss/_taxonomy.scss
@@ -18,7 +18,7 @@
}
}
-.taxonomy-terms-cloud {
+.td-toc .taxonomy-terms-cloud {
width: 100%;
// max-width: 100%;
// overflow: hidden;
@@ -44,6 +44,16 @@
}
}
+.taxonomy-terms-page {
+
+ .taxonomy-terms {
+
+ li {
+ display: block;
+ }
+ }
+}
+
.taxonomy-terms {
list-style: none;
margin: 0;
@@ -75,7 +85,8 @@
.taxonomy-term {
background: #eee;
- border-radius: 3px;
+ border-width: 0;
+ border-radius: 0 3px 3px 0;
// border-width: 0;
color: #999;
display: inline-block !important;
@@ -106,14 +117,15 @@
content: '';
position: absolute;
display: block;
- left: -0.7em;
+ left: -0.8em;
top: 0;
bottom: 0;
- width: 0.8em;
+ width: 0.81em;
height: 100%;
background: #eee;
-webkit-clip-path: polygon(100% 0, 100% 100%, 0 50%);
clip-path: polygon(100% 0, 100% 100%, 0 50%);
+ border-width: 0;
}
// }
@@ -142,6 +154,18 @@
}
}
+.taxonomy-taxonomy-page {
+
+ .taxonomy-term {
+ background-color: $primary;
+ color: white;
+
+ &::before {
+ background: $primary;
+ }
+ }
+}
+
.taxonomy-count {
font-size: 0.8em;
// height: 1.25em; // 26px;