Sha256: 5125c9b5e9ad7d19347edc5712d2f3bc4472ca9abbceece4c1e09dfc13c82c9a

Contents?: true

Size: 1.15 KB

Versions: 4

Compression:

Stored size: 1.15 KB

Contents

$bootstrap-sass-asset-helper: true;
@import "bootstrap";
@import "prez/variables";

html, body, #container, #pre-launch, #post-launch {
    height: 100%;
}

#pre-launch #filler {
    height: 25%;
}

#post-launch {
    display: none;

    .prez-total-duration, .prez-current-slide-duration {
        font-size: 2em;
    }

    .prez-danger-time, .prez-over-time {
        font-weight: bold;
        color: $brand-danger;
    }

    select.current-slide-number {
        display: inherit;
        margin-top: 15px;
        width: inherit;
    }

    iframe {
        display: block;
        position: absolute;
        height: 100%;
        margin: 0 auto;
        margin-left: (100% - percentage($prez-frame-scale)) / 2;
        width: 100%;
        -ms-zoom: $prez-frame-scale;
        -moz-transform: scale($prez-frame-scale);
        -moz-transform-origin: 0 0;
        -o-transform: scale($prez-frame-scale);
        -o-transform-origin: 0 0;
        -webkit-transform: scale($prez-frame-scale);
        -webkit-transform-origin: 0 0;
    }

    #preview-frame-padding {
        height: percentage($prez-frame-scale);
    }

    #slide-notes {
        margin-top: 15px;
    }
}

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
prez-0.1.2 vendor/stylesheets/prez-controller.scss
prez-0.1.1 vendor/stylesheets/prez-controller.scss
prez-0.1.0 vendor/stylesheets/prez-controller.scss
prez-0.0.6 vendor/stylesheets/prez-controller.scss