@import "../../globalCssVariables"; .collectionfreeformview-ease { position: inherit; top: 0; left: 0; width: 100%; height: 100%; transform-origin: left top; transition: transform 1s; } .collectionfreeformview-none { position: inherit; top: 0; left: 0; width: 100%; height: 100%; transform-origin: left top; } .collectionfreeformview-container { .collectionfreeformview>.jsx-parser { position: inherit; height: 100%; width: 100%; } >.jsx-parser { z-index: 0; } //nested freeform views // .collectionfreeformview-container { // background-image: linear-gradient(to right, $light-color-secondary 1px, transparent 1px), // linear-gradient(to bottom, $light-color-secondary 1px, transparent 1px); // background-size: 30px 30px; // } opacity: 0.99; border: 0px solid $light-color-secondary; border-radius: inherit; box-sizing: border-box; position: absolute; .marqueeView { overflow: hidden; } top: 0; left: 0; width: 100%; height: 100%; } // selection border...? .border { border-style: solid; box-sizing: border-box; width: 98%; height: 98%; border-radius: $border-radius; } //this is an animation for the blinking cursor! @keyframes blink { 0% { opacity: 0; } 49% { opacity: 0; } 50% { opacity: 1; } } #prevCursor { animation: blink 1s infinite; }