You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by ca...@apache.org on 2019/09/30 20:33:30 UTC

[royale-docs] branch master updated: change label to Docs and add arrow icon

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

carlosrovira pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/royale-docs.git


The following commit(s) were added to refs/heads/master by this push:
     new acc9b9f  change label to Docs and add arrow icon
acc9b9f is described below

commit acc9b9fe0e3f76d9d7b93a5f861ae7e43d9a71dd
Author: Carlos Rovira <ca...@apache.org>
AuthorDate: Mon Sep 30 22:33:23 2019 +0200

    change label to Docs and add arrow icon
---
 _includes/header.html | 14 +++++++++++++-
 _sass/sidebar.sass    | 11 +++++++----
 2 files changed, 20 insertions(+), 5 deletions(-)

diff --git a/_includes/header.html b/_includes/header.html
index dd20fa2..b15242d 100644
--- a/_includes/header.html
+++ b/_includes/header.html
@@ -10,7 +10,19 @@
 
     <div class="topbar-center">
       <!-- <div class="dropdown-wrapper"> -->
-        <button class="topMenu-dropbtn">GET STARTED</button>
+        <button class="topMenu-dropbtn">DOCS
+            <svg viewBox="0 0 926.23699 573.74994" version="1.1" x="0px" y="0px" width="8" height="8" class="toc-arrow-main">
+                <g transform="translate(904.92214,-879.1482)"><path d="
+                m -673.67664,1221.6502 -231.2455,-231.24803 55.6165,
+                -55.627 c 30.5891,-30.59485 56.1806,-55.627 56.8701,-55.627 0.6894,
+                0 79.8637,78.60862 175.9427,174.68583 l 174.6892,174.6858 174.6892,
+                -174.6858 c 96.079,-96.07721 175.253196,-174.68583 175.942696,
+                -174.68583 0.6895,0 26.281,25.03215 56.8701,
+                55.627 l 55.6165,55.627 -231.245496,231.24803 c -127.185,127.1864
+                -231.5279,231.248 -231.873,231.248 -0.3451,0 -104.688,
+                -104.0616 -231.873,-231.248 z
+              " fill="currentColor"></path></g></svg>
+        </button>
         <ul class="topMenu">
           {% include main-menu-options.html %}
         </ul>
diff --git a/_sass/sidebar.sass b/_sass/sidebar.sass
index 4aa0ffd..32dbea8 100644
--- a/_sass/sidebar.sass
+++ b/_sass/sidebar.sass
@@ -192,14 +192,17 @@
     user-select: none
 
 .toc-arrow
-    // margin-left: 7px
     width: 26px
     opacity: .4
-    // margin-bottom: 2px
+
+.toc-arrow-main
+    position: absolute
+    top: 32px
+    width: 26px
+    opacity: .8
+    margin: 0px 40px
 
 .toc-arrow-rot
     width: 26px
-    // margin-left: 7px
     transform: rotateX(180deg)
-    // margin-bottom: 2px
     
\ No newline at end of file