unify board image naming

pull/8944/head
Niklas Fiekas 2021-05-15 12:25:37 +02:00
parent d4953e1e43
commit 5d2fdac936
8 changed files with 6 additions and 6 deletions

View File

Before

Width:  |  Height:  |  Size: 382 KiB

After

Width:  |  Height:  |  Size: 382 KiB

View File

Before

Width:  |  Height:  |  Size: 281 KiB

After

Width:  |  Height:  |  Size: 281 KiB

View File

Before

Width:  |  Height:  |  Size: 417 KiB

After

Width:  |  Height:  |  Size: 417 KiB

View File

Before

Width:  |  Height:  |  Size: 123 KiB

After

Width:  |  Height:  |  Size: 123 KiB

View File

Before

Width:  |  Height:  |  Size: 839 KiB

After

Width:  |  Height:  |  Size: 839 KiB

View File

Before

Width:  |  Height:  |  Size: 11 KiB

After

Width:  |  Height:  |  Size: 11 KiB

View File

@ -6,7 +6,7 @@ $board-files: (
'blue-marble': 'blue-marble.jpg',
'wood2': 'wood2.jpg',
'wood3': 'wood3.jpg',
'wood4': 'wood4-1024.jpg',
'wood4': 'wood4.jpg',
'blue3': 'blue3.jpg',
'marble': 'marble.jpg',
'brown': 'svg/brown.svg',
@ -16,10 +16,10 @@ $board-files: (
'purple': 'svg/purple.svg',
'purple-diag': 'purple-diag.png',
'grey': 'grey.jpg',
'wood': 'wood-1024.jpg',
'canvas': 'canvas2-1024.jpg',
'leather': 'leather-1024.jpg',
'metal': 'metal-1024.jpg',
'wood': 'wood.jpg',
'canvas': 'canvas2.jpg',
'leather': 'leather.jpg',
'metal': 'metal.jpg',
'maple': 'maple.jpg',
'maple2': 'maple2.jpg',
'newspaper': 'newspaper.png',

View File

@ -16,7 +16,7 @@
.list {
@extend %flex-wrap;
background: url(../images/board/darksquares.jpg);
background: url(../images/darksquares.jpg);
box-shadow: inset 0 7px 20px 3px #777;
}