mirror of
https://github.com/nasa/openmct.git
synced 2025-05-22 18:23:59 +00:00
[Frontend] t-item-icon
open #90 Tweaked bottom position of link indicator;
This commit is contained in:
parent
bb0e27ce1f
commit
11ca39b94c
@ -94,7 +94,7 @@
|
|||||||
content: "\f4";
|
content: "\f4";
|
||||||
height: auto; width: auto;
|
height: auto; width: auto;
|
||||||
position: absolute;
|
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-origin(bottom, left);
|
||||||
@include transform(scale(0.3));
|
@include transform(scale(0.3));
|
||||||
z-index: 2;
|
z-index: 2;
|
||||||
|
@ -670,7 +670,7 @@ mct-container {
|
|||||||
left: 0;
|
left: 0;
|
||||||
top: 0;
|
top: 0;
|
||||||
right: 0;
|
right: 0;
|
||||||
bottom: 0;
|
bottom: 10%;
|
||||||
-moz-transform-origin: bottom left;
|
-moz-transform-origin: bottom left;
|
||||||
-ms-transform-origin: bottom left;
|
-ms-transform-origin: bottom left;
|
||||||
-webkit-transform-origin: bottom left;
|
-webkit-transform-origin: bottom left;
|
||||||
|
@ -670,7 +670,7 @@ mct-container {
|
|||||||
left: 0;
|
left: 0;
|
||||||
top: 0;
|
top: 0;
|
||||||
right: 0;
|
right: 0;
|
||||||
bottom: 0;
|
bottom: 10%;
|
||||||
-moz-transform-origin: bottom left;
|
-moz-transform-origin: bottom left;
|
||||||
-ms-transform-origin: bottom left;
|
-ms-transform-origin: bottom left;
|
||||||
-webkit-transform-origin: bottom left;
|
-webkit-transform-origin: bottom left;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user