try "the McWumbly shadow" effect
This commit is contained in:
parent
6f63f4fe17
commit
19be0ff744
|
@ -1,5 +1,5 @@
|
|||
img.avatar {
|
||||
border-radius: 100px;
|
||||
border-radius: 50%;
|
||||
}
|
||||
|
||||
.container {
|
||||
|
|
|
@ -110,7 +110,7 @@
|
|||
}
|
||||
.avatar {
|
||||
&.latest:not(.single) {
|
||||
box-shadow: 0 0 6px 1px desaturate(scale-color($tertiary, $lightness: 30%), 35%);
|
||||
box-shadow: 2px 3px 8px 2px rgba(0,0,0, .3);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue