scratchx/sass/_editor.scss

15 lines
202 B
SCSS
Raw Normal View History

2015-05-08 10:06:50 -04:00
#scratch {
2015-05-05 16:53:44 -04:00
position: absolute;
width: 100%;
height: 100%;
top: -9999px;
2015-05-05 13:06:47 -04:00
}
.scratch_unsupported p {
color: #aaa;
font-size: 22px;
margin-top: 14px;
line-height: 28px;
}