Skip to content

Commit

Permalink
fix(comp:popconfirm): change style
Browse files Browse the repository at this point in the history
  • Loading branch information
threedayAAAAA committed Jan 18, 2024
1 parent 4df6f97 commit 339c292
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions packages/components/popconfirm/style/index.less
Original file line number Diff line number Diff line change
Expand Up @@ -26,20 +26,17 @@
.@{icon-prefix} {
font-size: var(--ix-font-size-icon);
color: var(--ix-popconfirm-icon-color);
margin-right: 8px;
margin-right: var(--ix-margin-size-sm);
}
}

&-content {
padding: 16px 16px 8px;
padding: 16px 16px 8px calc(var(--ix-font-size-icon) + var(--ix-margin-size-sm) + 16px);
}

&-title + &-content {
padding-top: 0;
}

&-with-content &-title {
font-weight: var(--ix-font-weight-header);
padding-bottom: 0;
}

&-footer {
Expand Down

0 comments on commit 339c292

Please sign in to comment.