A few more animations

Fix currency prefix issue
This commit is contained in:
2021-01-02 15:02:51 +01:00
parent b2043e1546
commit e21531dec0
9 changed files with 93 additions and 14 deletions

View File

@@ -74,6 +74,7 @@
}
.alert p {
margin: 0;
line-height: 1.8;
}
@keyframes coinRoll {
@@ -152,7 +153,8 @@
line-height: 0;
}
#list li:hover {
box-shadow: 0px 0px 61px 3px rgba(0,0,0,0.3) inset;
box-shadow: 0px 0px 61px 3px rgba(0,0,0,0.2) inset;
padding-left: 6%;
}
#list li img {
height: 42px;