p5.js-web-editor/client/styles/components/_overlay.scss
Lauren McCarthy 67c53f5781 implement new design for sketchbook (#227)
* removing avenir font, using montserrat instead due to licensing issues

* updating headings for sketchlist

* removing old import statement for typeography scss file

* implementing new design for sketchbook closes #207

* removing seconds from sketchlist view

* remove outline from active icon
2016-12-14 10:58:43 -05:00

18 lines
No EOL
279 B
SCSS

.overlay {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 9999;
background-color: rgba(0, 0, 0, 0.5);
overflow-y: hidden;
}
.overlay-content {
height: 100%;
width: 100%;
display: flex;
justify-content: center;
align-items: center;
}