roll welcome msg

This commit is contained in:
binary-husky
2024-07-17 16:34:24 +00:00
parent fc6a83c29f
commit ce940ff70f
3 changed files with 129 additions and 37 deletions

View File

@@ -172,6 +172,16 @@
padding: 15px;
margin: 10px;
flex: 0 0 calc(30% - 10px);
transition: opacity 0.5s ease-in-out;
opacity: 1;
}
.welcome-card.show {
opacity: 1;
}
.welcome-card.hide {
opacity: 0;
}
.welcome-title {