fix: add indicator back
This commit is contained in:
parent
a27cb7e148
commit
4758119b06
2 changed files with 2 additions and 0 deletions
|
|
@ -6,6 +6,7 @@
|
|||
{% if (!frappe.is_mobile()) { %}
|
||||
<ul class="nav d-sm-flex navbar-breadcrumbs"></ul>
|
||||
{% endif %}
|
||||
<span class="indicator-pill whitespace-nowrap"></span>
|
||||
<button class="btn btn-default more-button hide">
|
||||
<svg class="icon icon-sm">
|
||||
<use href="#icon-dot-horizontal">
|
||||
|
|
|
|||
|
|
@ -44,6 +44,7 @@
|
|||
}
|
||||
.indicator-pill {
|
||||
margin-top: 2px;
|
||||
margin-left: var(--margin-sm);
|
||||
}
|
||||
.sub-heading {
|
||||
@include get_textstyle("sm", "regular");
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue