// License Info Component Styles
.LicenseInfo {
    height: 100%;
    width: 100%;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;

    iframe {
        height: 100%;
        width: 100%;
        border: 0;
    }

    // Lumina UI specific styles
    &--lumina {
        iframe {
            height: 100vh;
        }
    }
}
