Add slight shadown on talent frames
This commit is contained in:
@@ -6,6 +6,7 @@
|
||||
height: 40px;
|
||||
border-radius: 5px;
|
||||
transition: filter .1s linear;
|
||||
box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, .75);
|
||||
filter: none;
|
||||
cursor: pointer;
|
||||
|
||||
@@ -43,8 +44,9 @@
|
||||
height: 46px;
|
||||
bottom: -1px;
|
||||
left: -4px;
|
||||
border-radius: 6px;
|
||||
background-image: url('../images/icons/large/default.png');
|
||||
background-size: cover;
|
||||
background-size: 100%;
|
||||
|
||||
&:after {
|
||||
content: '';
|
||||
|
||||
Reference in New Issue
Block a user