[Frontend] t-item-icon

open #90
Tweaked bottom position of link indicator;
This commit is contained in:
Charles Hacskaylo 2015-10-28 21:44:56 -07:00
parent bb0e27ce1f
commit 11ca39b94c
3 changed files with 3 additions and 3 deletions

View File

@ -94,7 +94,7 @@
content: "\f4";
height: auto; width: auto;
position: absolute;
left: 0; top: 0; right: 0; bottom: 0;
left: 0; top: 0; right: 0; bottom: 10%;
@include transform-origin(bottom, left);
@include transform(scale(0.3));
z-index: 2;

View File

@ -670,7 +670,7 @@ mct-container {
left: 0;
top: 0;
right: 0;
bottom: 0;
bottom: 10%;
-moz-transform-origin: bottom left;
-ms-transform-origin: bottom left;
-webkit-transform-origin: bottom left;

View File

@ -670,7 +670,7 @@ mct-container {
left: 0;
top: 0;
right: 0;
bottom: 0;
bottom: 10%;
-moz-transform-origin: bottom left;
-ms-transform-origin: bottom left;
-webkit-transform-origin: bottom left;