feat: add challenge modal

This commit is contained in:
plebeius.eth
2024-04-26 19:13:23 +02:00
parent 3ce3f090f5
commit cc5d042889
10 changed files with 463 additions and 29 deletions
+10
View File
@@ -30,9 +30,19 @@
--catalog-post-menu-btn-opacity: 0.5;
--catalog-post-menu-btn-hover-opacity: 1;
/* challenge modal */
--challenge-modal-background-color: #f0e0d6;
--challenge-modal-border: 1px solid #d9bfb7;
--challenge-modal-title-background-color: #ea8;
--challenge-modal-title-text-color: #800;
--challenge-modal-title-border: 1px solid #800;
--challenge-modal-title-font-size: 10pt;
--challenge-modal-title-font-weight: 700;
/* desktop buttons */
--button-desktop-text-color: #00e;
--button-desktop-text-color-hover: red;
--close-button-background-image: url("/public/assets/buttons/cross-red.png");
/* mobile buttons */
--button-font-size-mobile: 10pt;