Skip to content

Commit af6be62

Browse files
committed
v7.3.13
1 parent c03bddb commit af6be62

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

lib/components/module_kit/_module-kit.scss

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@
1616
gap: spacers.$spacer-md;
1717
align-items: center;
1818

19+
padding: 0 spacers.$spacer-sm spacers.$spacer-sm spacers.$spacer-sm;
20+
1921
@include breakpoints.for-tablet-landscape-up {
2022
flex-direction: row;
2123
gap: spacers.$spacer-lg;
@@ -65,10 +67,9 @@
6567
.modulekitcard {
6668
position: relative;
6769

68-
border: 3px solid transparent;
69-
7070
min-height: 11rem;
7171
padding: spacers.$spacer-sm;
72+
border: 3px solid transparent;
7273

7374
list-style: none;
7475

@@ -105,12 +106,12 @@
105106
}
106107

107108
.modulekitcard--disabled {
108-
background-color: rgba(colors.$brand-background-dark, 0.4);
109+
background-color: rgba(colors.$brand-background-dark, 0.5);
109110

110111
.modulekitcard__title,
111112
.modulekitcard__subtitle,
112113
.pills {
113-
opacity: 0.2;
114+
opacity: 0.5;
114115
}
115116
}
116117

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "socreatory-styleguide",
33
"private": true,
4-
"version": "7.3.12",
4+
"version": "7.3.13",
55
"scripts": {
66
"aiur": "aiur -t ./dist",
77
"aiur:watch": "aiur -t ./dist --watch --serve 0.0.0.0:4001",

0 commit comments

Comments
 (0)