File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
navigation/navbar/web_app
static/css/scss/components Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1414 < ol class ="breadcrumb ">
1515 < li class ="breadcrumb-item body-regular-text <% if links.is_empty() {%>active<% } %> ">
1616 < a class ="d-flex gap-2 align-items-center " href ="<%- home_uri %> ">
17- < span class ="icon-owl "> </ span >
17+ < span class ="icon-owl icomoon "> </ span >
1818 Home
1919 </ a >
2020 </ li >
Original file line number Diff line number Diff line change 1515 < button class ="navbar-toggler collapsed top-nav-controls " type ="button " data-bs-toggle ="collapse " data-bs-target ="#leftNavItems " aria-controls ="LeftNavItems " aria-expanded ="false " aria-label ="Toggle navigation ">
1616
1717 < div class ="mobile-left-nav-controls rounded-1 p-2 d-flex ">
18- < span class ="icon-owl text-white mx-1 "> </ span >
18+ < span class ="icon-owl icomoon text-white mx-1 "> </ span >
1919 </ div >
2020 </ button >
2121
143143 < a
144144 class ="py-2 text-white w-100 text-center d-flex gap-2 ps-4 justify-content-center <% if link.disabled { %> disabled <% } %> <% if link.active { %> active <% } %> "
145145 href ="<% if !link.disabled { %> <%= link.href %> <% } %> ">
146- < span class ="icon-owl " style ="line-height: unset; "> </ span >
146+ < span class ="icon-owl icomoon " style ="line-height: unset; "> </ span >
147147 < %= link.name %>
148148 </ a >
149149 </ li >
Original file line number Diff line number Diff line change 155155 right : 0 ;
156156}
157157
158- [ class ^= " icon- " ], [ class *= " icon- " ] {
158+ .icomoon {
159159 /* use !important to prevent issues with browser extensions that change fonts */
160160 font-family : ' icomoon' !important ;
161161 speak : never;
You can’t perform that action at this time.
0 commit comments