1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-04-25 21:06:42 +07:00

adding audio post and view it

This commit is contained in:
Fedor Katurov 2019-10-21 17:58:51 +07:00
parent 645ea8e29e
commit 88333e36b7
3 changed files with 45 additions and 0 deletions

View file

@ -0,0 +1,17 @@
.wrap {
background: $content_bg;
border-radius: $radius;
& > div {
@include outer_shadow();
&:first-child {
border-top-left-radius: $radius;
border-top-right-radius: $radius;
}
&:last-child {
border-bottom-left-radius: $radius;
border-bottom-right-radius: $radius;
}
}
}