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 14
14
< ol class ="breadcrumb ">
15
15
< li class ="breadcrumb-item body-regular-text <% if links.is_empty() {%>active<% } %> ">
16
16
< 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 >
18
18
Home
19
19
</ a >
20
20
</ li >
Original file line number Diff line number Diff line change 15
15
< 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 ">
16
16
17
17
< 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 >
19
19
</ div >
20
20
</ button >
21
21
143
143
< a
144
144
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 <% } %> "
145
145
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 >
147
147
< %= link.name %>
148
148
</ a >
149
149
</ li >
Original file line number Diff line number Diff line change 155
155
right : 0 ;
156
156
}
157
157
158
- [ class ^= " icon- " ], [ class *= " icon- " ] {
158
+ .icomoon {
159
159
/* use !important to prevent issues with browser extensions that change fonts */
160
160
font-family : ' icomoon' !important ;
161
161
speak : never;
You can’t perform that action at this time.
0 commit comments