Add down-, right- and left-wards arrows, still missing active state
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
$icon-size: 40px;
|
||||
|
||||
$row-offset: 30px;
|
||||
$row-distance: $icon-size + $row-offset;
|
||||
|
||||
$col-offset: 44px;
|
||||
$col-gutter: 16px;
|
||||
$col-distance: $icon-size + $col-gutter;
|
||||
|
||||
$color-yellow: #ffd100;
|
||||
$color-green: #1eff00;
|
||||
$color-dark-green: #40bf40;
|
||||
$color-subtle: #9d9d9d;
|
||||
Reference in New Issue
Block a user