mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-12-13 09:11:19 -05:00
10 lines
198 B
SCSS
10 lines
198 B
SCSS
|
@import "../../colors";
|
||
|
@import "../../frameless";
|
||
|
|
||
|
.gdxfor {
|
||
|
.extension-header {
|
||
|
background-color: $ui-blue;
|
||
|
background-image: url("/images/gdxfor/gdxfor-pattern.svg");
|
||
|
}
|
||
|
}
|