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