@@ -3,6 +3,7 @@ $announcement-size-adjustment: 8px;
33/* GLOBAL */
44.td-main {
55 .row {
6+ --bs-gutter-x : 4rem ;
67 margin : 0 ;
78 }
89
@@ -24,6 +25,10 @@ $announcement-size-adjustment: 8px;
2425 .ui-widget-content a {
2526 color : $blue ;
2627 }
28+
29+ a {
30+ text-decoration : none ;
31+ }
2732}
2833
2934.footer-margin-0 {
@@ -106,17 +111,18 @@ body.td-404 main .error-details {
106111.td-navbar {
107112 position : fixed !important ;
108113 width : 100% ;
109- padding-bottom : 1 rem !important ;
114+ height : 40 px ;
110115 background : transparent !important ;
111116 transition : 0.3s ;
117+ padding : 1rem ;
112118
113119 .navbar-brand {
114- position : absolute ;
115- width : 45 px ;
116- height : 44 px ;
120+ // position: absolute;
121+ width : 96 px ;
122+ height : 20 px ;
117123 background-repeat : no-repeat ;
118124 background-size : contain ;
119- background-image : url (" /imgs/favicon .png" );
125+ background-image : url (" /imgs/nav_logo2 .png" );
120126 }
121127
122128 #hamburger {
@@ -135,9 +141,11 @@ body.td-404 main .error-details {
135141 }
136142}
137143
144+
145+
138146.td-navbar-nav-scroll {
139147 overflow : visible !important ;
140- display : none ;
148+ // display: none;
141149
142150 .navbar-nav {
143151 overflow : visible !important ;
@@ -146,6 +154,7 @@ body.td-404 main .error-details {
146154 flex-direction : row ;
147155 flex-wrap : wrap ;
148156 justify-content : space-evenly ;
157+ padding-bottom : 0px !important ;
149158
150159 .nav-item {
151160 position : relative ;
@@ -154,7 +163,7 @@ body.td-404 main .error-details {
154163 .active ::after {
155164 position : absolute ;
156165 width : 100% ;
157- height : 2 px ;
166+ height : 0 px ;
158167 content : " " ;
159168 bottom : -4px ;
160169 left : 0 ;
@@ -163,21 +172,22 @@ body.td-404 main .error-details {
163172 }
164173 }
165174
175+
166176 @media only screen and (min-width : 768px ) {
167- display : block ;
168- margin-top : 3.5 rem !important ;
177+ display : flex !important ;
178+ align-items : center !important ;
169179 }
170180
171- @media only screen and (min-width : 1075px ) {
172- margin-top : 1rem !important ;
173- }
174181}
175182
183+
176184// Flip-Nav
177185.flip-nav .td-navbar {
178- background-color : white !important ;
179- // box-shadow: 0 1px 2px $medium-grey;
180- border : 1px solid #ddd ;
186+ // background-color: #EBECEF !important;
187+ .dropdown {
188+ min-width : 0px ;
189+
190+ }
181191 .navbar-nav {
182192 .nav-item {
183193 & .show .nav-link ,
@@ -194,6 +204,24 @@ body.td-404 main .error-details {
194204 color : $medium-grey ;
195205 }
196206 }
207+ .nav-link {
208+ font-size : 14px ;
209+ font-weight : 400 ;
210+ color : #597371 ;
211+ & :hover {
212+ color :#49615f ;
213+ }
214+ }
215+ }
216+ .nav-item-line ::after {
217+ content :" " ;
218+ position : absolute ;
219+ top : 50% ;
220+ transform : translateY (-50% );
221+ left : 100% ;
222+ width : 1px ;
223+ height : 16px ;
224+ background-color : #8FA8A6 ;
197225 }
198226 }
199227
@@ -659,7 +687,7 @@ body.td-documentation {
659687 margin-bottom : 0px ;
660688
661689 // for padding-top see _size.scss
662- padding-bottom : calc (max (2 em , 2 rem ));
690+ padding-bottom : calc (max (1 em , 1 rem ));
663691
664692 max-width : calc (min (1200px - 8em , 80vw ));
665693 }
@@ -687,7 +715,7 @@ body.td-documentation {
687715@media (min-width : 992px ) {
688716 #announcement aside { // more specific
689717 .announcement-main {
690- padding-top : calc (max (8 em , 8 rem ));
718+ padding-top : calc (max (6 em , 6 rem ));
691719 }
692720 }
693721}
@@ -860,10 +888,27 @@ div.alert > em.javascript-required {
860888 margin : calc (max (4em , ( 8vh + 4em ) / 2 )) 0 0.25em 0 ;
861889}
862890
863- #td-sidebar-menu {
864- overflow : auto ;
865- white-space : nowrap ;
891+ #docsearch {
892+ .DocSearch-Button {
893+ background : #DDDEE4 ;
894+ padding : 0 10px !important ;
895+ }
896+ .DocSearch-Button-Container {
897+ width : 15px ;
898+ }
899+ .DocSearch-Button-Placeholder {
900+ font-size : 12px ;
901+ display : none ;
902+ }
903+ .DocSearch-Button-Keys {
904+ display : none ;
905+ }
906+ }
907+
908+ #language .btn-language {
909+ width : 156px ;
910+ height : 40px ;
911+ margin-right : 16px ;
912+ margin-bottom : 12px ;
913+ border-radius : 24px ;
866914}
867- .td-page-meta a {
868- display : inline-block !important ;
869- }
0 commit comments