Merge branch 'release'

pull/20/merge
Paal Joergensen 2017-08-07 14:36:56 +02:00
commit 1927eda0b4
2 changed files with 3 additions and 1 deletions

View File

@ -8,6 +8,7 @@
"author": "Joubel",
"license": "MIT",
"machineName": "H5P.MemoryGame",
"embedTypes": ["iframe"],
"preloadedCss": [
{
"path": "memory-game.css"
@ -54,4 +55,4 @@
"minorVersion": 3
}
]
}
}

View File

@ -276,6 +276,7 @@
transform: translate(-50%,-50%) scale(1) rotate(0);
cursor: pointer;
line-height: 1.2;
white-space: nowrap;
padding: 0.5em 1.25em;
border-radius: 2em;
background: #1a73d9;