You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@echarts.apache.org by sh...@apache.org on 2020/10/30 06:01:59 UTC

[incubator-echarts-doc] branch next updated: tweak guide line style on content page.

This is an automated email from the ASF dual-hosted git repository.

shenyi pushed a commit to branch next
in repository https://gitbox.apache.org/repos/asf/incubator-echarts-doc.git


The following commit(s) were added to refs/heads/next by this push:
     new 943faa0  tweak guide line style on content page.
943faa0 is described below

commit 943faa0e03a244b7cb7f70f9c083b82a37af6244
Author: pissang <bm...@gmail.com>
AuthorDate: Fri Oct 30 14:01:23 2020 +0800

    tweak guide line style on content page.
---
 src/components/DocContentItemCard.vue | 10 ++++------
 1 file changed, 4 insertions(+), 6 deletions(-)

diff --git a/src/components/DocContentItemCard.vue b/src/components/DocContentItemCard.vue
index 28e224b..9f35d6a 100644
--- a/src/components/DocContentItemCard.vue
+++ b/src/components/DocContentItemCard.vue
@@ -221,7 +221,7 @@ export default {
 $card-margin: 15px;
 $children-padding: 10px;
 
-$hierarchy-guider-color: #C592A0;
+$hierarchy-guider-color: #E0E6F1;
 
 .doc-content-item-card {
 
@@ -264,13 +264,11 @@ $hierarchy-guider-color: #C592A0;
             padding: 2px;
             font-size: 12px;
             margin-left: -23px;
-            color: $hierarchy-guider-color;
-            border-color: $hierarchy-guider-color;
-            border-radius: 4px;
+            color: darken($hierarchy-guider-color, 30%);
+            border-color: darken($hierarchy-guider-color, 10%);
+            border-radius: 10px;
 
             background: #fff;
-
-
             position: relative;
         }
 


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@echarts.apache.org
For additional commands, e-mail: commits-help@echarts.apache.org