add 2 green boards - for #5664

pull/5678/head
Thibault Duplessis 2019-11-24 18:52:37 -06:00
parent 43141b28d8
commit 923b1bf38a
7 changed files with 9 additions and 0 deletions

View File

@ -43,6 +43,7 @@ object Theme extends ThemeObject {
"wood", "wood2",
"wood3", "maple",
"green", "marble",
"green-plastic", "green-glass",
"brown", "leather",
"grey", "metal",
"olive", "purple",

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 488 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 751 B

View File

@ -9,6 +9,8 @@ $board-files: (
'marble': 'marble.jpg',
'brown': 'svg/brown.svg',
'green': 'svg/green.svg',
'green-plastic': 'green-plastic.png',
'green-glass': 'green-glass.png',
'olive': 'olive.jpg',
'purple': 'svg/purple.svg',
'grey': 'grey.jpg',

View File

@ -84,6 +84,12 @@
.newspaper {
background-image: url(../images/board/newspaper.thumbnail.png);
}
.green-plastic {
background-image: url(../images/board/green-plastic.thumbnail.png);
}
.green-glass {
background-image: url(../images/board/green-glass.thumbnail.png);
}
}
&.d3 {
$board-files: (