Update job image shadow and backdrop
This commit is contained in:
parent
c6f6a6ca99
commit
5ef43bc1f5
1 changed files with 3 additions and 1 deletions
|
|
@ -42,6 +42,8 @@
|
||||||
transition: box-shadow 0.15s ease-in-out;
|
transition: box-shadow 0.15s ease-in-out;
|
||||||
|
|
||||||
img {
|
img {
|
||||||
|
-webkit-filter: drop-shadow(4px 4px 8px rgba(0, 0, 0, 0.48));
|
||||||
|
filter: drop-shadow(4px 4px 8px rgba(0, 0, 0, 0.48));
|
||||||
position: relative;
|
position: relative;
|
||||||
top: $unit * -4;
|
top: $unit * -4;
|
||||||
left: 50%;
|
left: 50%;
|
||||||
|
|
@ -51,7 +53,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.Overlay {
|
.Overlay {
|
||||||
background: rgba(255, 255, 255, 0.12);
|
background: none;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue