A few more animations
Fix currency prefix issue
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user