File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed
src/Modules/Components/Card Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change 145145 flex : inherit ;
146146 .#{class (' card' , ' title' )} ,
147147 .#{class (' card' , ' description' )} {
148- padding : components (' card' , ' padding' );
148+ // padding: components('card', 'padding');
149+ padding : calc (#{components (' card' , ' padding' )} / 2 ) calc (#{components (' card' , ' padding' )} * 3 );
149150 }
150151 .#{class (' card' , ' description' )} {
151152 flex : 1 ;
167168 @if features (' components' , ' card' , ' horizontal' ) {
168169 .#{class (' card' , ' name' )} .#{class (' card' , ' horizontal' )} {
169170 flex-direction : column ;
171+ >.#{class (' card' , ' body' )} {
172+ .#{class (' card' , ' title' )} ,
173+ .#{class (' card' , ' description' )} {
174+ padding : components (' card' , ' padding' );
175+ }
176+ }
170177 }
171178 }
172179 }
You can’t perform that action at this time.
0 commit comments