We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa21f4a commit d7b4e36Copy full SHA for d7b4e36
src/styles/index.scss
@@ -0,0 +1 @@
1
+@import 'variables';
src/styles/variables.scss
@@ -0,0 +1,13 @@
+// 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