mirror of
https://github.com/nasa/openmct.git
synced 2025-04-24 21:10:05 +00:00
parent
7b84febfde
commit
24cb72e5b5
@ -19,8 +19,18 @@
|
|||||||
* this source code distribution or the Licensing information page available
|
* this source code distribution or the Licensing information page available
|
||||||
* at runtime from the About dialog for additional information.
|
* at runtime from the About dialog for additional information.
|
||||||
*****************************************************************************/
|
*****************************************************************************/
|
||||||
|
|
||||||
.overlay {
|
.overlay {
|
||||||
font-size: 90%;
|
font-size: 90%;
|
||||||
|
z-index: 5;
|
||||||
|
@include keyframes(fadeInFromNone) {
|
||||||
|
0% { display: none; opacity: 0; }
|
||||||
|
1% { display: block; opacity: 0; }
|
||||||
|
95% { display: block; opacity: 0; }
|
||||||
|
100% { display: block; opacity: 1; }
|
||||||
|
}
|
||||||
|
@include animation(fadeInFromNone 100ms ease-in);
|
||||||
|
|
||||||
.blocker {
|
.blocker {
|
||||||
background: $colorOvrBlocker;
|
background: $colorOvrBlocker;
|
||||||
z-index: 100;
|
z-index: 100;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user