@import "../css/colors";

.paper-canvas {
    top: 1px; /* leave room for the border */
    left: 1px;
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    margin: auto;
    position: absolute;
    background-color: $motion-light-transparent;
}
