File

libs/upp-wdgt/src/components/upp-application/upp-application.ts

Metadata

./upp-application.scss

:host {
    .main-body {
        &.scale {
            transform-origin: 0 0;
            transform: scale(var(--body-scale-level, 1));
            width: var(--body-scale-width, 100%);
            height: var(--body-scale-height, 100%);      
        }

        &.zoom {
            zoom: var(--body-zoom-level, 100%);
            -webkit-text-size-adjust: var(--body-zoom-level, 100%);
            width: var(--body-zoom-width);
            height: var(--body-zoom-height);
        }
    }

    [hidden] {
        transform: none;
    }   

    .main-body {
        flex: 1;
    }

    ::ng-deep upp-application-page {
        display: flex;
        width: 100%;
        height: 100%;
        flex-wrap: nowrap;

        upp-panel {
            flex-shrink: 0;
    
            &[size="large"] {
                flex: 1;
            
                &:only-child {
                    flex: 0 0 100%;
                }
            }        
        }
    }
}
Legend
Html element
Component
Html element with directive

results matching ""

    No results matching ""