+
- + +
@@ -226,8 +381,19 @@ $('#banner').hide(); }); }); - + + + diff --git a/docs/img/layout/close-icon.svg b/docs/img/layout/close-icon.svg new file mode 100644 index 0000000000000..68c516597c9ec --- /dev/null +++ b/docs/img/layout/close-icon.svg @@ -0,0 +1,4 @@ + + + + From 3f613ba4bdf593a28441d5f80b44ea6242ccfd64 Mon Sep 17 00:00:00 2001 From: Surendran Date: Wed, 3 Jun 2020 18:07:52 +0530 Subject: [PATCH 09/12] versions update --- docs/_static/hasura-custom.css | 20 ++++++++++++++++++++ docs/_theme/djangodocs/layout.html | 18 ++++++++++++++++++ 2 files changed, 38 insertions(+) diff --git a/docs/_static/hasura-custom.css b/docs/_static/hasura-custom.css index ac8bd29ba4b77..73e5efdb3ca18 100644 --- a/docs/_static/hasura-custom.css +++ b/docs/_static/hasura-custom.css @@ -1276,6 +1276,18 @@ article ol ol { font-weight: 600; margin: 0 0; letter-spacing: -.48px; +} +.versionTxt select { + border-radius: 8px; + background-color: rgba(255, 255, 255, .24); + margin-right: 8px; + font-family: 'Poppins'; + font-size: 12px; + font-weight: 600; + color: #ffffff; +} +.versionTxt select:focus { + outline: none; } .headerWrapper .navBlueBG .navBarUL li a:hover, .headerWrapper .navWhiteBG .navBarUL li a:hover { text-decoration: none; @@ -1306,6 +1318,10 @@ article ol ol { border-bottom: 2px solid #505050; } @media (min-width: 768px) and (max-width: 991px) { + .versionTxt select { + margin-right: 0; + margin-left: 8px; + } .headerSticky { position: static; } @@ -1352,6 +1368,10 @@ article ol ol { } } @media (max-width: 767px) { + .versionTxt select { + margin-right: 0; + margin-left: 8px; + } .headerSticky { position: static; } diff --git a/docs/_theme/djangodocs/layout.html b/docs/_theme/djangodocs/layout.html index c0219e6e44769..431a632219d64 100644 --- a/docs/_theme/djangodocs/layout.html +++ b/docs/_theme/djangodocs/layout.html @@ -83,6 +83,15 @@