mirror of
https://github.com/scratchfoundation/scratchx.git
synced 2024-11-25 09:08:28 -05:00
20 lines
321 B
SCSS
20 lines
321 B
SCSS
@import "bourbon/bourbon";
|
|
@import "base/grid-settings";
|
|
@import "neat/neat";
|
|
@import "base/base";
|
|
|
|
|
|
#scratch {
|
|
text-align: center ;
|
|
margin-top: 30px;
|
|
visibility: hidden;
|
|
position: relative;
|
|
}
|
|
|
|
.scratch_unsupported p {
|
|
color: #aaa;
|
|
font-size: 22px;
|
|
margin-top: 14px;
|
|
line-height: 28px;
|
|
}
|
|
|