Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
… into main
  • Loading branch information
cetincakiroglu committed Nov 20, 2023
2 parents 1100b31 + 342d09c commit 6e21170
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions theme-base/components/panel/_panel.scss
Original file line number Diff line number Diff line change
Expand Up @@ -27,16 +27,21 @@
border: $panelContentBorder;
background: $panelContentBg;
color: $panelContentTextColor;
border-bottom-right-radius: $borderRadius;
border-bottom-left-radius: $borderRadius;
border-top: 0 none;

&:last-child {
border-bottom-right-radius: $borderRadius;
border-bottom-left-radius: $borderRadius;
}
}

.p-panel-footer {
padding: $panelFooterPadding;
border: $panelFooterBorder;
background: $panelFooterBg;
color: $panelFooterTextColor;
border-bottom-right-radius: $borderRadius;
border-bottom-left-radius: $borderRadius;
border-top: 0 none;
}

Expand Down

0 comments on commit 6e21170

Please sign in to comment.