mirror of
https://github.com/scratchfoundation/scratchx.git
synced 2024-11-25 09:08:28 -05:00
14 lines
202 B
SCSS
14 lines
202 B
SCSS
#scratch {
|
|
position: absolute;
|
|
width: 100%;
|
|
height: 100%;
|
|
top: -9999px;
|
|
}
|
|
|
|
.scratch_unsupported p {
|
|
color: #aaa;
|
|
font-size: 22px;
|
|
margin-top: 14px;
|
|
line-height: 28px;
|
|
}
|
|
|