mirror of
https://github.com/scratchfoundation/scratchx.git
synced 2024-11-28 18:45:49 -05:00
Combine homepage info dialogs
This commit is contained in:
parent
ed378ecb77
commit
8dfc239361
4 changed files with 5 additions and 8 deletions
|
@ -796,9 +796,9 @@ dialog {
|
|||
|
||||
.message, .warning, .info {
|
||||
border-radius: 5px;
|
||||
line-height: 49px;
|
||||
text-align: center;
|
||||
margin: 1.5em 0; }
|
||||
margin: 1.5em 0;
|
||||
padding: 0.75em; }
|
||||
|
||||
.warning {
|
||||
background-color: #fff447;
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -84,10 +84,7 @@
|
|||
</section>
|
||||
|
||||
<aside class="info">
|
||||
<strong>Note:</strong> To use any physical extensions, you need to download the <a href="https://scratch.mit.edu/scratchr2/static/ext/download.html">Hardware Plugin</a>.
|
||||
</aside>
|
||||
|
||||
<aside class="info">
|
||||
<strong>Note:</strong> To use any physical extensions, you need to download the <a href="https://scratch.mit.edu/scratchr2/static/ext/download.html">Hardware Plugin</a>.<br />
|
||||
Official Scratch Extensions (such as LEGO WeDo) are available on the main <a href="https://scratch.mit.edu">Scratch site</a>.
|
||||
</aside>
|
||||
</div>
|
||||
|
|
|
@ -52,9 +52,9 @@ dialog {
|
|||
|
||||
.message {
|
||||
border-radius: $base-border-radius;
|
||||
line-height: 49px;
|
||||
text-align: center;
|
||||
margin: $vertical-base * 4 0;
|
||||
padding: $vertical-base * 2;
|
||||
}
|
||||
|
||||
.warning {
|
||||
|
|
Loading…
Reference in a new issue