Combine homepage info dialogs

This commit is contained in:
Ray Schamp 2015-05-08 15:46:43 -04:00
parent ed378ecb77
commit 8dfc239361
4 changed files with 5 additions and 8 deletions

View file

@ -796,9 +796,9 @@ dialog {
.message, .warning, .info { .message, .warning, .info {
border-radius: 5px; border-radius: 5px;
line-height: 49px;
text-align: center; text-align: center;
margin: 1.5em 0; } margin: 1.5em 0;
padding: 0.75em; }
.warning { .warning {
background-color: #fff447; background-color: #fff447;

File diff suppressed because one or more lines are too long

View file

@ -84,10 +84,7 @@
</section> </section>
<aside class="info"> <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>. <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 />
</aside>
<aside class="info">
Official Scratch Extensions (such as LEGO WeDo) are available on the main <a href="https://scratch.mit.edu">Scratch site</a>. Official Scratch Extensions (such as LEGO WeDo) are available on the main <a href="https://scratch.mit.edu">Scratch site</a>.
</aside> </aside>
</div> </div>

View file

@ -52,9 +52,9 @@ dialog {
.message { .message {
border-radius: $base-border-radius; border-radius: $base-border-radius;
line-height: 49px;
text-align: center; text-align: center;
margin: $vertical-base * 4 0; margin: $vertical-base * 4 0;
padding: $vertical-base * 2;
} }
.warning { .warning {