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.css32
1 files changed, 32 insertions, 0 deletions
diff --git a/rannak/mangud/perenaine/memori/style.css b/rannak/mangud/perenaine/memori/style.css
index 56769a4..aed2515 100644
--- a/rannak/mangud/perenaine/memori/style.css
+++ b/rannak/mangud/perenaine/memori/style.css
@@ -29,6 +29,38 @@ button:disabled{
cursor: not-allowed;
}
+
+
+/* Modal Stuff */
+
+
+.closeModalButton {
+ border-radius: 50px;
+}
+
+.modalButton{
+ background-color: rgba(0,136,169,1) !important;
+ border: none !important;
+ border-radius: 50px !important;
+ cursor: pointer !important;
+ transition: all 0.3 ease 0 !important;
+ font-size: 1.2rem !important;
+ text-align: center !important;
+ position: absolute !important;
+ top: 65% !important;
+ left: 50% !important;
+ transform: translate(-50%, -50%) !important;
+}
+
+.modalButton:hover{
+ background-color: rgba(0,136,169,0.8) !important;
+}
+
+
+
+/* Memory Game */
+
+
.memory-game {
width: 640px;
height: 640px;