File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed
lib/components/module_kit Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 16
16
gap : spacers .$spacer-md ;
17
17
align-items : center ;
18
18
19
+ padding : 0 spacers .$spacer-sm spacers .$spacer-sm spacers .$spacer-sm ;
20
+
19
21
@include breakpoints .for-tablet-landscape-up {
20
22
flex-direction : row ;
21
23
gap : spacers .$spacer-lg ;
65
67
.modulekitcard {
66
68
position : relative ;
67
69
68
- border : 3px solid transparent ;
69
-
70
70
min-height : 11rem ;
71
71
padding : spacers .$spacer-sm ;
72
+ border : 3px solid transparent ;
72
73
73
74
list-style : none ;
74
75
105
106
}
106
107
107
108
.modulekitcard--disabled {
108
- background-color : rgba (colors .$brand-background-dark , 0.4 );
109
+ background-color : rgba (colors .$brand-background-dark , 0.5 );
109
110
110
111
.modulekitcard__title ,
111
112
.modulekitcard__subtitle ,
112
113
.pills {
113
- opacity : 0.2 ;
114
+ opacity : 0.5 ;
114
115
}
115
116
}
116
117
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " socreatory-styleguide" ,
3
3
"private" : true ,
4
- "version" : " 7.3.12 " ,
4
+ "version" : " 7.3.13 " ,
5
5
"scripts" : {
6
6
"aiur" : " aiur -t ./dist" ,
7
7
"aiur:watch" : " aiur -t ./dist --watch --serve 0.0.0.0:4001" ,
You can’t perform that action at this time.
0 commit comments