This commit is contained in:
Hell13Cat
2022-04-10 17:47:35 +03:00
parent 49f74ccf2f
commit 18be11516b
36 changed files with 840 additions and 0 deletions
+29
View File
@@ -0,0 +1,29 @@
.progress-page {
width: 100%;
}
.cover {
width: 25%;
}
.invis {
display: none;
}
.card {
transition: 0.3s;
padding-left: 2px;
padding-top: 2px rgb(255, 255, 255, 1);
padding-bottom: 2px;
padding-right: 2px;
border: 2px solid white;
font-family: "Anime Ace v05";
font-size: 70%;
}
.cardch {
transition: 0.3s;
padding-left: 2px;
padding-top: 2px rgb(255, 255, 255, 1);
padding-bottom: 2px;
padding-right: 2px;
border: 2px solid white;
font-family: "Anime Ace v05";
font-size: 70%;
}