File tree Expand file tree Collapse file tree 2 files changed +11
-8
lines changed
Expand file tree Collapse file tree 2 files changed +11
-8
lines changed Original file line number Diff line number Diff line change 6666 < div class ="container-fluid ">
6767 < div class ="navbar-header ">
6868 < button type ="button " class ="navbar-toggle " data-toggle ="collapse " data-target =".navbar-collapse ">
69- < span class ="sr-only "> Toggle navigation</ span >
70- < span class ="icon-bar "> </ span >
71- < span class ="icon-bar "> </ span >
72- < span class ="icon-bar "> </ span >
69+ < i class ="fa fa-bars " aria-hidden ="true "> </ i >
7370 </ button >
7471 < a href ="/ " class ="navbar-brand main-logo ">
7572 < svg width ="81 " height ="60 " style ="vertical-align: middle " viewBox ="0 0 81 60 " fill ="none " xmlns ="http://www.w3.org/2000/svg ">
Original file line number Diff line number Diff line change @@ -699,10 +699,6 @@ body {
699699 }
700700}
701701
702- body .navbar-inverse .navbar-toggle .icon-bar {
703- background-color : #000 ;
704- }
705-
706702@media screen and (min-width : 1030px ) {
707703 .navbar-collapse.collapse {
708704 position : relative ;
@@ -1251,6 +1247,16 @@ body .panel-info > .panel-heading {
12511247
12521248.navbar-toggle {
12531249 margin-right : 0 ;
1250+ width : 44px ;
1251+ height : 34px ;
1252+ display : flex ;
1253+ align-items : center ;
1254+ justify-content : center ;
1255+ padding : 0 ;
1256+ .fa {
1257+ font-size : 20px ;
1258+ color : #333333 ;
1259+ }
12541260
12551261 & :hover {
12561262 background-color : #dddddd !important ;
You can’t perform that action at this time.
0 commit comments