mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2025-03-25 12:20:24 -04:00
9 lines
197 B
SCSS
9 lines
197 B
SCSS
@import "../../colors";
|
|
@import "../../frameless";
|
|
|
|
.boost {
|
|
.extension-header {
|
|
background-color: $ui-orange;
|
|
background-image: url("/images/boost/boost-pattern.svg");
|
|
}
|
|
}
|