fix menu icon, add icon to tab
This commit is contained in:
parent
e5edd7b7db
commit
b3e09b817f
|
@ -122,10 +122,13 @@ aside.show {
|
|||
.tabs .tab { display: none;}
|
||||
.tabs .tab.active { display: block; }
|
||||
.tabs::after {
|
||||
content: " ";
|
||||
font-family: FontAwesome;
|
||||
text-align: right;
|
||||
content: "\f13a";
|
||||
display: block;
|
||||
position: absolute;
|
||||
left: 0; right:0; top: 0; bottom: 0;
|
||||
padding: 8px 2px 0 0;
|
||||
}
|
||||
|
||||
.tabs.show {
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
<ul>
|
||||
<li class="mobile-aside-toggle" style="display:none;">
|
||||
<a href="#">
|
||||
<i class="icons icon-list"></i>
|
||||
<i class="icons icon-reorder"></i>
|
||||
</a>
|
||||
</li>
|
||||
{{if $nav.home}}
|
||||
|
|
Loading…
Reference in a new issue