File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
src/styles/components/widgets Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -143,7 +143,7 @@ $image-size: 60px;
143
143
grid-template-columns : repeat (2 , $item-size );
144
144
flex-grow : 1 ;
145
145
width : 100% ;
146
- padding : 0 var (--spacing-half-unit ) var (--spacing-base -unit );
146
+ padding : 0 var (--spacing-half-unit ) var (--spacing-half -unit );
147
147
}
148
148
149
149
& __header {
@@ -156,7 +156,7 @@ $image-size: 60px;
156
156
justify-content : flex-start ;
157
157
border-top : var (--border-light );
158
158
width : 100% ;
159
- padding : var (--spacing-base -unit ) var (--spacing-base-unit ) 0 ;
159
+ padding : var (--spacing-half -unit ) var (--spacing-base-unit ) 0 ;
160
160
box-sizing : border-box ;
161
161
}
162
162
}
@@ -169,7 +169,7 @@ $image-size: 60px;
169
169
align-items : center ;
170
170
justify-content : flex-start ;
171
171
flex-grow : 0 ;
172
- margin-top : var (--spacing-base -unit );
172
+ margin-top : var (--spacing-half -unit );
173
173
color : var (--color-text-base );
174
174
@include trans ;
175
175
position : relative ;
@@ -268,7 +268,7 @@ $image-size: 60px;
268
268
font-weight : var (--font-weight-semibold );
269
269
width : $item-size * 0.8 ;
270
270
height : 34px ;
271
- margin-top : var (--spacing-half -unit );
271
+ margin-top : var (--spacing-quarter -unit );
272
272
color : var (--color-text-base );
273
273
text-transform : capitalize ;
274
274
font-size : var (--font-size-small );
You can’t perform that action at this time.
0 commit comments