Skip to content

Commit

Permalink
fix: stylelint:fix
Browse files Browse the repository at this point in the history
  • Loading branch information
portikM committed Jan 10, 2025
1 parent 8e0559b commit f9ab7b8
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -72,12 +72,12 @@ defineProps({
border-radius: $kui-border-radius-30;
.collapsible-section-header {
padding: $kui-space-70;
align-items: center;
cursor: pointer;
display: flex;
gap: $kui-space-20;
justify-content: space-between;
padding: $kui-space-70;
.collapsible-section-default-header {
display: flex;
Expand All @@ -104,10 +104,10 @@ defineProps({
.collapsible-section-content {
background: $kui-color-background-neutral-weakest;
border-top: $kui-border-width-10 solid $kui-color-border;
padding: $kui-space-70;
display: flex;
flex-direction: column;
gap: $kui-space-40;
padding: $kui-space-70;
:deep(.k-table-view) {
background-color: var(--kui-color-background-neutral-weakest, $kui-color-background-neutral-weakest);
Expand Down

0 comments on commit f9ab7b8

Please sign in to comment.