mirror of
https://github.com/nasa/openmct.git
synced 2024-12-29 17:38:53 +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";
|
||||
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;
|
||||
|
@ -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;
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user