added achievements

This commit is contained in:
gurusabarish
2022-02-11 19:07:51 +05:30
parent 5bd29d2582
commit a8ec5d3388
7 changed files with 79 additions and 6 deletions
+2 -1
View File
@@ -1,5 +1,6 @@
#list-page .card {
background-color: var(--secondary-color) !important;
box-shadow: 0px 8px 56px rgba(15, 80, 100, 0.16);
border-radius: .75rem;
cursor: context-menu;
overflow: hidden;
@@ -10,9 +11,9 @@
}
#list-page .card:hover {
box-shadow: 0px 8px 56px rgba(15, 80, 100, 0.16);
border: 1px solid var(--secondary-color);
transition: all 0.3s ease-out;
transform: translateY(-7px);
}
#list-page .card-text * {