|
5 | 5 | @import 'footer_project.scss';
|
6 | 6 | @import 'variables_project.scss';
|
7 | 7 | @import 'landing_project.scss';
|
| 8 | +@import '_navbar_project.scss'; |
8 | 9 |
|
9 | 10 | // Global Navigation Bar
|
10 | 11 | .td-navbar{
|
11 | 12 | min-height:6rem;
|
12 | 13 | background-color: $body-bg !important;
|
13 |
| -.navbar-brand { |
| 14 | + .navbar-brand { |
14 | 15 | margin: 1.25rem;
|
15 | 16 | }
|
| 17 | + .td-search { |
| 18 | + display:flex; |
| 19 | + justify-content: center; |
| 20 | + align-content: center; |
| 21 | + // background-color: #EBC017; |
| 22 | + background-color:#2e2e31; |
| 23 | + |
| 24 | + .td-search__input { |
| 25 | + width: 100%; |
| 26 | + text-indent: 1.25em; |
| 27 | + border-radius: 1rem; } |
| 28 | + .td-search__input:not(:focus) { |
| 29 | + background: transparent; } |
| 30 | + .td-search__input.form-control:focus { |
| 31 | + border-color: orange; |
| 32 | + box-shadow: 0 0 0 2px red; |
| 33 | + color: inherit; } |
| 34 | + } |
| 35 | + .td-search__input.form-control:focus { |
| 36 | + |
| 37 | + background-color: #EBC017; |
| 38 | + } |
| 39 | + |
16 | 40 | }
|
17 | 41 |
|
18 | 42 | .navbar-dark {
|
@@ -169,17 +193,14 @@ a:not([href]):not([class]):hover {
|
169 | 193 | z-index: 5;
|
170 | 194 |
|
171 | 195 | }
|
172 |
| -td-sidebar { |
| 196 | +.td-sidebar { |
173 | 197 | background-image: linear-gradient(to top, #1e2117, #1d1912, #18120e, #0f0a09, #000000);
|
174 |
| - |
175 |
| - td-sidebar__inner { |
176 |
| - td-sidebar__search { |
177 |
| - td-search { |
178 |
| - |
179 |
| - } |
| 198 | + .td-sidebar__inner { |
| 199 | + .td-sidebar__search { |
180 | 200 | }
|
181 | 201 | }
|
182 | 202 | }
|
| 203 | + |
183 | 204 | // Left sidebar
|
184 | 205 | .td-sidebar-nav {
|
185 | 206 | overflow: hidden;
|
@@ -330,14 +351,12 @@ td-sidebar {
|
330 | 351 | margin-bottom: 4rem;
|
331 | 352 | font-size:5rem;
|
332 | 353 | text-align: left;
|
333 |
| - background: linear-gradient(90deg, |
334 |
| - rgba(235,192,23, 0.46) 9.03%, |
335 |
| - rgba(223, 255, 199, 0.57) 41.12%, |
336 |
| - rgba(255,243,197, 0.31) 61.68%) repeat scroll 0% 0% / auto padding-box text, rgba(0, 0, 0, 0) |
337 |
| - linear-gradient(rgb(239, 239, 241), rgb(239, 239, 255)) repeat scroll 0% 0% / auto padding-box text; |
338 |
| - background-position: 0% 0%, 0% 0%; |
| 354 | + background: |
| 355 | + linear-gradient(217deg, rgba(249,245,13, 0.26), rgba(223, 255, 219, 0.57) 9.03%), |
| 356 | + linear-gradient(127deg, rgba(249,245,13, 0.7), rgba(223, 225, 199, 0.1) 41.12%), |
| 357 | + linear-gradient(336deg, rgba(249,245,13, 0.1), rgba(239, 239, 251, 0.81) 0%); background-position: 0% 0%, 0% 0%; |
339 | 358 | box-sizing: auto;
|
340 |
| - color: rgba(0, 0, 0, 0); |
| 359 | + color: rgba(0, 0, 0, 0); |
341 | 360 | display:block;
|
342 | 361 | text-rendering: optimizelegibility;
|
343 | 362 | -webkit-background-clip: text, text;
|
|
0 commit comments