Sha256: b995c1307f6a8a9cb5be58109193ff3bc4d67f95b949a92fc0ae10fdcb160381

Contents?: true

Size: 621 Bytes

Versions: 2

Compression:

Stored size: 621 Bytes

Contents

@import "prez/variables";

body {
    margin: 0;
    padding: $prez-padding;
}

.header {
    font-size: 32px;
}

.contact {
    font-size: 25px;
}

.url {
    color: blue;
}

.gem {
    color: #bb0000;
    font-weight: bold;
}

.prez-slide {
    &, & input {
        font-size: 50;
    }

    display: none;
    min-height: $prez-slide-min-height;
    text-align: center;

    &.left-aligned {
        text-align: left;
    }

    &.right-aligned {
        text-align: right;
    }
}

.smaller {
    font-size: 0.7em;
}

dt {
    font-weight: bold;
}

dd {
    margin-bottom: 42px;
}

.prez-notes {
    display: none;
}

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
prez-0.0.4 vendor/stylesheets/prez.scss
prez-0.0.3 vendor/stylesheets/prez.scss