Skip to content
Snippets Groups Projects

Gold

Merged Vishwaa Kannan requested to merge gold into main
2 files
+ 5
4
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 3
2
@@ -772,7 +772,7 @@ tr:nth-child(even) {
padding: 20px;
z-index: 1000;
display: none; /* Hidden by default */
transition: all 10s ease-in-out;
transition: all 2s ease-in-out;
}
#gold-popup h2 {
@@ -796,7 +796,8 @@ tr:nth-child(even) {
height: 100%;
background-color: rgba(0, 0, 0, 0.7);
z-index: 999;
display: none; /* Hidden by default */
display: none;
transition: all 2s ease-in-out; /* Hidden by default */
}
/* Button to close popup */
Loading