This repository was archived by the owner on Feb 5, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +12
-3
lines changed Expand file tree Collapse file tree 2 files changed +12
-3
lines changed Original file line number Diff line number Diff line change @@ -21,6 +21,10 @@ button.navbar-toggler {
2121 }
2222}
2323
24+ .navbar-light .navbar-toggler {
25+ border-color : transparent !important ;
26+ }
27+
2428nav .navbar .navbar-nav .nav-item {
2529 text-align : left ;
2630
@@ -63,6 +67,9 @@ nav.navbar .navbar-nav .nav-item {
6367 align-items : center ;
6468 margin-left : 1.5rem ;
6569 font-size : 24px ;
70+ position : absolute ;
71+ right : 20px ;
72+ top : 14px ;
6673 }
6774
6875 & .search-bar {
@@ -88,6 +95,8 @@ nav.navbar .navbar-nav .nav-item {
8895nav .navbar .navbar-nav .nav-link {
8996 color : #121212 ;
9097 font-weight : 300 ;
98+ padding-top : 0 ;
99+ padding-bottom : 0 ;
91100
92101 & .dropdown-item {
93102 background : white ;
@@ -111,7 +120,7 @@ nav.navbar .navbar-nav .nav-link {
111120 margin-left : 0 ;
112121 margin-right : 0 ;
113122 margin-top : 0.5rem ;
114- margin-bottom : 0 .5rem ;
123+ margin-bottom : 1 .5rem ;
115124 }
116125 }
117126}
Original file line number Diff line number Diff line change @@ -92,12 +92,12 @@ export class AppNavHeader {
9292 </ stencil-route-link >
9393 </ li >
9494 < li class = "nav-item search d-none d-lg-block" data-target = "#navbarSupportedContent" >
95- < i class = "fas fa-search" />
95+ < i class = "fa fa-search" />
9696 </ li >
9797 < li class = "nav-item search-bar d-md-block d-lg-none" data-target = "#navbarSupportedContent" >
9898 < input type = "text" placeholder = "Type to search content..." class = "search-input" />
9999 < div class = "search-icon" >
100- < i class = "fas fa-search" />
100+ < i class = "fa fa-search" />
101101 </ div >
102102 </ li >
103103 </ ul >
You can’t perform that action at this time.
0 commit comments