Frontend] Normalizing styles for items and l-icon-link

open #90
This commit is contained in:
Charles Hacskaylo
2015-10-26 14:48:50 -07:00
parent f655346f46
commit 77a1a90905
4 changed files with 84 additions and 87 deletions

View File

@@ -88,7 +88,7 @@
z-index: 1;
.item-type {
//@include trans-prop-nice("color", $transTime);
@include absPosDefault($iconMargin, false);
@include absPosDefault($iconMargin, hidden);
//@include test(red);
//color: $colorItemIc;
text-align: center;
@@ -97,16 +97,6 @@
bottom: auto;
height: $iconD;
top: $iconMargin - 10;
.l-icon-link {
color: $colorIconLink;
height: auto;
line-height: 100%;
position: absolute;
font-size: 0.3em;
left: 0px;
bottom: 10px;
z-index: 2;
}
}
.item-open {
@include trans-prop-nice("opacity", $transTime);