mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-25 12:56:41 +07:00
output for mp3 files
This commit is contained in:
parent
00a28377f1
commit
63b30b2921
3 changed files with 67 additions and 27 deletions
|
@ -1,3 +1,5 @@
|
|||
@import 'flexbin/flexbin.scss';
|
||||
|
||||
.text {
|
||||
padding: $gap / 2;
|
||||
font-weight: 300;
|
||||
|
@ -8,14 +10,26 @@
|
|||
}
|
||||
}
|
||||
|
||||
@import 'flexbin/flexbin.scss';
|
||||
|
||||
.images {
|
||||
padding: 10px;
|
||||
padding: $gap;
|
||||
|
||||
@include flexbin(150px, 10px);
|
||||
@include flexbin(240px, 10px);
|
||||
|
||||
img {
|
||||
border-radius: $radius;
|
||||
}
|
||||
}
|
||||
|
||||
.audios {
|
||||
padding: $gap;
|
||||
|
||||
& > div {
|
||||
height: 64px;
|
||||
border-radius: $radius;
|
||||
background: lighten($color: $comment_bg, $amount: 5%);
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
text-align: center;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue