mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-25 12:56:41 +07:00
fixed boris contacts shadows
This commit is contained in:
parent
a9d5b3c7f2
commit
0ebc7f0ebf
4 changed files with 10 additions and 19 deletions
|
@ -95,9 +95,8 @@ $sidebar_border: transparentize(white, 0.95);
|
|||
}
|
||||
|
||||
@mixin row_shadow() {
|
||||
&:not(last-child) {
|
||||
box-shadow:
|
||||
transparentize(white, 0.95) 0 1px,
|
||||
&:not(:last-child) {
|
||||
box-shadow: transparentize(white, 0.95) 0 1px,
|
||||
inset transparentize(black, 0.8) 0 -1px;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue