File tree 3 files changed +46
-7
lines changed
3 files changed +46
-7
lines changed Original file line number Diff line number Diff line change 83
83
"Icon" : " OpenSearch-Documentation-condensedImage-mobile" ,
84
84
"collapse-data-target" : " collapse-data-target-documentation" ,
85
85
"SubNav" : [
86
+ {
87
+ "Name" : " Documentation Library" ,
88
+ "URL" : " /docs/latest/"
89
+ },
86
90
{
87
91
"Name" : " OpenSearch and Dashboards" ,
88
92
"URL" : " /docs/latest/about/"
361
365
"BottomTriangleIcon" : " OpenSearch-Documentation-DrawerIcon-condensedImage" ,
362
366
"LeftColumn" : [
363
367
{
364
- "Title" : " Getting Started with OpenSearch" ,
365
- "ClassValue" : " drawer-content-header" ,
368
+ "Title" : " Documentation Library" ,
369
+ "ClassValue" : " drawer-content-header-link" ,
370
+ "URL" : " /docs/latest/" ,
366
371
"SubNav" : [
367
372
{
368
373
"Name" : " OpenSearch and Dashboards" ,
Original file line number Diff line number Diff line change @@ -136,13 +136,11 @@ <h2 class="accordion-header row">
136
136
< ul class ="navbar-nav ms-auto mb-2 mb-lg-0 ">
137
137
138
138
139
- < div class =" my-auto pt-2 pb-2 mx-3 d-none d-xxl-block ">
140
- < a class ="btn top-nav-button btn-outline-primary my-1 py-1 " href ="/downloads.html " aria-current ="Download "> Download OpenSearch 2.17</ a >
141
- </ div >
142
- < div class =" my-auto pt-2 pb-2 mx-3 d-block d-xxl-none ">
143
- < a class ="btn top-nav-button btn-outline-primary my-1 py-1 " href ="/downloads.html " aria-current ="Download "> Downloads</ a >
139
+ < div class =" my-auto pt-2 pb-2 mx-3 ">
140
+ < a class ="btn-primary-dark btn my-1 py-1 " href ="/downloads.html " aria-current ="Download "> Download OpenSearch</ a >
144
141
</ div >
145
142
143
+
146
144
< div class ="accordion-header my-auto mx-auto ">
147
145
< button class ="btn accordion-button nav-search-icon collapsed my-auto p-0 rounded-circle " type ="button " data-bs-toggle ="collapse " data-bs-target ="#navbarToggleExternalContent-Search " aria-controls ="navbarToggleExternalContent-Search " aria-current ="Toggle navigation Search " aria-expanded ="false " >
148
146
{% include icons_navbar.html type='search-magnifying-glass-navbar' %}
Original file line number Diff line number Diff line change 82
82
}
83
83
84
84
85
+
86
+
87
+
88
+ .btn-primary-dark {
89
+
90
+ --bs-btn-padding-y : 15px ;
91
+ --bs-btn-padding-x : 25px ;
92
+ background-color : $primary-open-sky-s1 ;
93
+ border-radius : 0px ;
94
+ color : $secondary-sanfrancisco-fog-t1 ;
95
+
96
+ font-size : 18px ;
97
+ font-weight : 700 ;
98
+ line-height : 24px ;
99
+ border-radius : 30px ;
100
+
101
+ --bs-btn-active-color : $secondary-golden-poppy ;
102
+ --bs-btn-active-bg :$primary-open-sky-s3 ;
103
+
104
+ & :active {
105
+ background-color : $primary-open-sky-s3 ;
106
+ color : $secondary-golden-poppy ;
107
+ }
108
+ & :hover {
109
+ background-color : $primary-open-sky-s3 ;
110
+ }
111
+ & :visited {
112
+ color : $secondary-sanfrancisco-fog-t1 ;
113
+ }
114
+ }
115
+
116
+
117
+
118
+
119
+
120
+
85
121
.button-dark {
86
122
// --bs-btn-color: $secondary-sanfrancisco-fog-t1;
87
123
--bs-btn-padding-y : 15px ;
You can’t perform that action at this time.
0 commit comments