Skip to content

Commit 65fd49c

Browse files
b207
1 parent 8f3a2b2 commit 65fd49c

2 files changed

Lines changed: 8 additions & 2 deletions

File tree

src/Modules/Components/Panel/Panel.scss

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,12 @@
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;

src/options.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -590,7 +590,7 @@ $options: (
590590
'border-radius' : theme('border', 'radius'),
591591
'background-color': theme('color', 'background'),
592592
'header' : (
593-
'padding': 1.45rem,
593+
'padding': 1rem,
594594
'title': (
595595
'font-size': 1.185rem,
596596
'font-weight': bold
@@ -611,7 +611,7 @@ $options: (
611611
)
612612
),
613613
'bottom': (
614-
'min-height': 3.125rem,
614+
'min-height': 2.4rem,
615615
'border-top': set-border(), // default border
616616
'padding' : 1.45rem
617617
),

0 commit comments

Comments
 (0)