mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-12-11 16:21:04 -05:00
27 lines
531 B
SCSS
27 lines
531 B
SCSS
|
@import "../../colors";
|
||
|
@import "../../frameless";
|
||
|
|
||
|
.microbit {
|
||
|
.extension-header {
|
||
|
background-color: $ui-purple;
|
||
|
background-image: url("/images/microbit/mbit-pattern.svg");
|
||
|
|
||
|
.extension-info {
|
||
|
padding-right: $cols1;
|
||
|
max-width: $cols7 + ($gutter / $em);
|
||
|
}
|
||
|
|
||
|
.extension-image {
|
||
|
max-width: $cols4;
|
||
|
}
|
||
|
}
|
||
|
|
||
|
.things-to-try {
|
||
|
.display-hello {
|
||
|
.step-image {
|
||
|
align-self: center;
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|