mirror of
https://github.com/scratchfoundation/scratchx.git
synced 2024-11-25 00:58:05 -05:00
14 lines
214 B
SCSS
14 lines
214 B
SCSS
#editor {
|
|
text-align: center ;
|
|
margin-top: 30px;
|
|
display: none;
|
|
position: relative;
|
|
}
|
|
|
|
.scratch_unsupported p {
|
|
color: #aaa;
|
|
font-size: 22px;
|
|
margin-top: 14px;
|
|
line-height: 28px;
|
|
}
|
|
|