mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-24 20:36:40 +07:00
added global radius variable
This commit is contained in:
parent
9a56b1b9a5
commit
7cbfbc98bd
1 changed files with 3 additions and 2 deletions
|
@ -5,8 +5,9 @@ $content_width: $cell * 4;
|
|||
$gap: 10px;
|
||||
$spc: $gap * 2;
|
||||
|
||||
$cell_radius: 4px;
|
||||
$panel_radius: 4px;
|
||||
$radius: 3px;
|
||||
$cell_radius: $radius;
|
||||
$panel_radius: $radius;
|
||||
|
||||
$grid_line: 4px;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue