mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-05-19 08:34:47 +07:00
#23 fixed lab shadows
This commit is contained in:
parent
b761849432
commit
10729de375
8 changed files with 40 additions and 7 deletions
src/components/lab/LabNode
|
@ -1,7 +1,8 @@
|
|||
@import "~/styles/variables.scss";
|
||||
|
||||
.wrap {
|
||||
box-shadow: transparentize(black, 0.5) 0 0 0 1px, inset transparentize(white, 0.9) 0 1px, lighten(black, 10%) 0 4px;
|
||||
@include lab_shadow;
|
||||
|
||||
background-color: $lab_post_bg;
|
||||
cursor: pointer;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue