1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-04-25 12:56:41 +07:00

top cap shadow

This commit is contained in:
muerwre 2019-08-06 21:00:07 +07:00
parent 2a689e1da2
commit 9ee4acb1c1
2 changed files with 6 additions and 2 deletions

View file

@ -120,6 +120,7 @@
border-radius: $radius $radius 0 0;
flex: 1;
position: relative;
box-shadow: inset transparentize(white, 0.95) 0 1px;
&::after {
position: absolute;
@ -153,4 +154,4 @@
&:global(.active) {
opacity: 1;
}
}
}