Skip to content

Commit d7b4e36

Browse files
committed
Added missing files
1 parent aa21f4a commit d7b4e36

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

src/styles/index.scss

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
@import 'variables';

src/styles/variables.scss

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
// Color used for the gridlines
2+
$grid-line-color: #000;
3+
4+
// GridItem
5+
$grid-item-bg-color: #726e6e;
6+
$grid-item-border-radius: 12px;
7+
$grid-item-text-color: white;
8+
$grid-item-font-size: 1rem;
9+
$grid-item-static-bg-color: #393d42;
10+
11+
// Color and opacity used to display the drag placeholder
12+
$grid-item-placeholder-bg-color: #8f3c3c;
13+
$grid-item-placeholder-opacity: .5;

0 commit comments

Comments
 (0)