discussion all topics in breadcrumbs moved away from h6
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
<h6 class="hd-6 breadcrumbs">
|
||||
<div class="breadcrumbs">
|
||||
<span class="nav-item">
|
||||
<button class="btn-link all-topics">
|
||||
<span class="icon fa fa-bars" aria-hidden="true"></span><%- gettext('All Topics') %>
|
||||
@@ -8,4 +8,4 @@
|
||||
<span class="fa fa-angle-right"></span>
|
||||
<span class="nav-item"><%- content %></span>
|
||||
<% }); %>
|
||||
</h6>
|
||||
</div>
|
||||
|
||||
@@ -20,6 +20,13 @@
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
.has-breadcrumbs .breadcrumbs {
|
||||
margin-bottom: ($baseline / 2);
|
||||
font-size: font-size(base);
|
||||
font-weight: font-weight(semi-bold);
|
||||
line-height: $base-line-height;
|
||||
}
|
||||
|
||||
.page-header-main {
|
||||
line-height: $searchBoxHeight;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user