mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-25 12:56:41 +07:00
better flow gaps
This commit is contained in:
parent
b4147231e7
commit
4b05aef7e7
1 changed files with 3 additions and 3 deletions
|
@ -1,15 +1,15 @@
|
||||||
@import 'colors';
|
@import 'colors';
|
||||||
|
|
||||||
$cell: 280px;
|
$cell: 280px;
|
||||||
$grid_line: 4px;
|
|
||||||
$content_width: $cell * 5 + $grid_line * 4;
|
|
||||||
$gap: 10px;
|
$gap: 10px;
|
||||||
|
$grid_line: 8px;
|
||||||
|
$content_width: $cell * 5 + $grid_line * 4;
|
||||||
$spc: $gap * 2;
|
$spc: $gap * 2;
|
||||||
$comment_height: 72px;
|
$comment_height: 72px;
|
||||||
$bar_height: 64px;
|
$bar_height: 64px;
|
||||||
|
|
||||||
$radius: 8px;
|
$radius: 8px;
|
||||||
$cell_radius: $radius;
|
$cell_radius: 3px;
|
||||||
$panel_radius: $radius;
|
$panel_radius: $radius;
|
||||||
$input_radius: $radius;
|
$input_radius: $radius;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue