summaryrefslogtreecommitdiff
path: root/rannak/mangud/perenaine/memori/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'rannak/mangud/perenaine/memori/style.css')
-rw-r--r--rannak/mangud/perenaine/memori/style.css19
1 files changed, 19 insertions, 0 deletions
diff --git a/rannak/mangud/perenaine/memori/style.css b/rannak/mangud/perenaine/memori/style.css
index 99f803b..56769a4 100644
--- a/rannak/mangud/perenaine/memori/style.css
+++ b/rannak/mangud/perenaine/memori/style.css
@@ -10,6 +10,25 @@ body {
background: #eeee90 !important;
}
+.moveOn{
+ display: inline-block;
+ border: none;
+ padding: 6px 12px;
+ margin-botton: 0;
+ font-size: 1rem;
+ font-weight: normal;
+ text-align: center;
+ cursor: pointer;
+ border-radius: 4px;
+ background-color: #4BB543;
+ color: white;
+}
+
+button:disabled{
+ opacity: 0.5;
+ cursor: not-allowed;
+}
+
.memory-game {
width: 640px;
height: 640px;