mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-25 12:56:41 +07:00
displaying file id3 data
This commit is contained in:
parent
1d4c76f217
commit
13be0d67ab
4 changed files with 24 additions and 6 deletions
|
@ -7,12 +7,12 @@ $gap: 10px;
|
|||
$spc: $gap * 2;
|
||||
$comment_height: 72px;
|
||||
|
||||
$radius: 6px;
|
||||
$cell_radius: 6px;
|
||||
$radius: 8px;
|
||||
$cell_radius: $radius;
|
||||
$panel_radius: $radius;
|
||||
$input_radius: $radius;
|
||||
|
||||
$input_height: 36px;
|
||||
$input_radius: $radius;
|
||||
$info_height: 24px;
|
||||
|
||||
$panel_size: 64px;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue