fix: improve box shadow
This commit is contained in:
parent
47fe68eb4b
commit
35966f0f3d
@ -171,7 +171,7 @@ $light-blue: #c4c4e9 !default;
|
||||
|
||||
.bar {
|
||||
-webkit-filter: drop-shadow(3px 3px 2px rgba(0, 0, 0, .7));
|
||||
filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, .7));
|
||||
filter: drop-shadow(0 0 5px rgba(17, 43, 66, .16));
|
||||
border-radius: 3px;
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user