You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by wu...@apache.org on 2022/04/07 00:58:20 UTC

[skywalking-website] branch master updated: update styles (#420)

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

wusheng pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/skywalking-website.git


The following commit(s) were added to refs/heads/master by this push:
     new 88fb120789 update styles (#420)
88fb120789 is described below

commit 88fb120789978057d8d2e88e9a76b9ef49094f6a
Author: Juntao Zhang <71...@qq.com>
AuthorDate: Thu Apr 7 08:58:15 2022 +0800

    update styles (#420)
---
 assets/scss/_custom_home.scss | 40 ++++++++++++++++++----------------------
 1 file changed, 18 insertions(+), 22 deletions(-)

diff --git a/assets/scss/_custom_home.scss b/assets/scss/_custom_home.scss
index fc5e9eb231..eb22b20f33 100644
--- a/assets/scss/_custom_home.scss
+++ b/assets/scss/_custom_home.scss
@@ -182,26 +182,6 @@
         //top: 0;
         text-align: left;
       }
-
-      //.swiper-pagination {
-      //  top: 0;
-      //  text-align: left;
-      //
-      //  .swiper-pagination-bullet {
-      //    border-radius: 0;
-      //    width: 7%;
-      //    height: 22px;
-      //    background: transparent;
-      //    opacity: 0;
-      //    margin: 1% 1px 0;
-      //    z-index: 99;
-      //
-      //    &:first-child {
-      //      margin-left: 12%;
-      //    }
-      //  }
-      //}
-
     }
   }
 
@@ -362,15 +342,17 @@
         }
       }
     }
+
     .graph-wrapper {
       width: 100%;
       padding-top: 61.43%;
       position: relative;
     }
+
     #mergedGraph {
       position: absolute;
       width: 100%;
-      height:100%;
+      height: 100%;
       top: 0;
       left: 0;
     }
@@ -490,9 +472,10 @@
         }
       }
     }
+
     .feature-wrapper {
       .img-vs {
-        padding-bottom: 0!important;
+        padding-bottom: 0 !important;
       }
     }
 
@@ -521,6 +504,19 @@
     .community-wrapper .community-content li:last-child {
       padding: 10px;
     }
+    .swiper-button-prev, .swiper-button-next {
+      background-color: #79a7d030;
+      padding: 20px;
+      border-radius: 4px;
+    }
+  }
+}
+
+@media (min-width: 1440px) {
+  .td-home {
+    .container.ui-content {
+      max-width: 1200px!important;
+    }
   }
 }