stackdot/sketch-preview

View on GitHub
app/modules/artboard/styles/artboard.scss

Summary

Maintainability
Test Coverage
// Module styling

.artboard-page {

    .light {
        opacity: .4;
    }

    .img-container {
        text-align: center;
    }

}