File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 104104 font-size : $font-size ;
105105 }
106106 }
107+ >.#{class (' panel' , ' content' )} {
108+ .#{class (' panel' , ' headline' )} ,
109+ p .#{class (' panel' , ' headline' )} {
110+ font-size : $font-size * 1.2 ;
111+ }
112+ }
107113 >.#{class (' panel' , ' content' )} ,
108114 >.#{class (' panel' , ' bottom' )} {
109115 padding : $padding ;
Original file line number Diff line number Diff line change @@ -590,7 +590,7 @@ $options: (
590590 ' border-radius' : theme (' border' , ' radius' ),
591591 ' background-color' : theme (' color' , ' background' ),
592592 ' header' : (
593- ' padding' : 1.45 rem ,
593+ ' padding' : 1 rem ,
594594 ' title' : (
595595 ' font-size' : 1.185rem ,
596596 ' font-weight' : bold
@@ -611,7 +611,7 @@ $options: (
611611 )
612612 ),
613613 ' bottom' : (
614- ' min-height' : 3.125 rem ,
614+ ' min-height' : 2.4 rem ,
615615 ' border-top' : set-border (), // default border
616616 ' padding' : 1.45rem
617617 ),
You can’t perform that action at this time.
0 commit comments