Skip to content

Commit

Permalink
updatin scss
Browse files Browse the repository at this point in the history
  • Loading branch information
Lionel Akpagni committed Jul 24, 2024
1 parent ebdafa0 commit a7d8d55
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions src/bundle/Resources/public/scss/_balloon-form.scss
Original file line number Diff line number Diff line change
@@ -1,10 +1,4 @@
.ck.ck-reset_all {
.ck.ck-dropdown .ck-button.ck-dropdown__button {
padding-right: calculateRem(10px);
}
.ck.ck-icon.ck-button__icon {
margin: calculateRem(3px);
}
.ibexa-ckeditor-balloon-form {
padding: 0 calculateRem(16px);

Expand Down Expand Up @@ -160,6 +154,15 @@
}

.ck-toolbar__items {
.ck-button {
padding: calculateRem(8px);
margin: 0;

&.ck-insert-table-dropdown-grid-box {
padding: 0;
margin: var(--ck-insert-table-dropdown-box-margin);
}
}
.ck-dropdown {
padding: 0;
margin: 0;
Expand Down

0 comments on commit a7d8d55

Please sign in to comment.