We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ff3267 commit c03bddbCopy full SHA for c03bddb
lib/components/module_kit/_module-kit.scss
@@ -65,6 +65,8 @@
65
.modulekitcard {
66
position: relative;
67
68
+ border: 3px solid transparent;
69
+
70
min-height: 11rem;
71
padding: spacers.$spacer-sm;
72
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "socreatory-styleguide",
3
"private": true,
4
- "version": "7.3.11",
+ "version": "7.3.12",
5
"scripts": {
6
"aiur": "aiur -t ./dist",
7
"aiur:watch": "aiur -t ./dist --watch --serve 0.0.0.0:4001",
0 commit comments