Merge branch 'release'
commit
1927eda0b4
|
@ -8,6 +8,7 @@
|
||||||
"author": "Joubel",
|
"author": "Joubel",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"machineName": "H5P.MemoryGame",
|
"machineName": "H5P.MemoryGame",
|
||||||
|
"embedTypes": ["iframe"],
|
||||||
"preloadedCss": [
|
"preloadedCss": [
|
||||||
{
|
{
|
||||||
"path": "memory-game.css"
|
"path": "memory-game.css"
|
||||||
|
@ -54,4 +55,4 @@
|
||||||
"minorVersion": 3
|
"minorVersion": 3
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
|
@ -276,6 +276,7 @@
|
||||||
transform: translate(-50%,-50%) scale(1) rotate(0);
|
transform: translate(-50%,-50%) scale(1) rotate(0);
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
line-height: 1.2;
|
line-height: 1.2;
|
||||||
|
white-space: nowrap;
|
||||||
padding: 0.5em 1.25em;
|
padding: 0.5em 1.25em;
|
||||||
border-radius: 2em;
|
border-radius: 2em;
|
||||||
background: #1a73d9;
|
background: #1a73d9;
|
||||||
|
|
Loading…
Reference in New Issue