[DE] refactoring
This commit is contained in:
parent
d7caf23d65
commit
1e46c9b386
|
@ -141,6 +141,7 @@
|
||||||
width: 27px;
|
width: 27px;
|
||||||
height: 27px;
|
height: 27px;
|
||||||
background-position: @arrow-big-offset-x @arrow-big-offset-y;
|
background-position: @arrow-big-offset-x @arrow-big-offset-y;
|
||||||
|
transition: transform .2s;
|
||||||
}
|
}
|
||||||
|
|
||||||
&.active {
|
&.active {
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
<ul>
|
<ul>
|
||||||
<% for(var i in tabs) { %>
|
<% for(var i in tabs) { %>
|
||||||
<li>
|
<li>
|
||||||
<a href="#" data-tab="<%= tabs[i].action %>" title="<%= tabs[i].caption %>"><%= tabs[i].caption %></a>
|
<a data-tab="<%= tabs[i].action %>" title="<%= tabs[i].caption %>"><%= tabs[i].caption %></a>
|
||||||
</li>
|
</li>
|
||||||
<% } %>
|
<% } %>
|
||||||
<div class="marker"></div>
|
<div class="marker"></div>
|
||||||
|
|
Loading…
Reference in a new issue