Skip to content

Commit

Permalink
IBX-8418: Applied review remark
Browse files Browse the repository at this point in the history
  • Loading branch information
barw4 committed Oct 25, 2024
1 parent 264b688 commit 3613e00
Showing 1 changed file with 11 additions and 9 deletions.
20 changes: 11 additions & 9 deletions src/bundle/Resources/public/scss/_modals.scss
Original file line number Diff line number Diff line change
Expand Up @@ -22,17 +22,19 @@
.modal-body {
@include modal-body();

.ibexa-modal__option-label {
margin-bottom: 0;
margin-top: 1rem;
}
.ibexa-modal__trash-option {
.ibexa-modal__option-label {
margin-bottom: 0;
margin-top: calculateRem(18px);;
}

.ibexa-label {
font-size: 1rem;
}
.ibexa-label {
font-size: calculateRem(16px);
}

.ibexa-modal__option-description {
font-size: 0.85rem;
.ibexa-modal__option-description {
font-size: calculateRem(14px);
}
}
}

Expand Down

0 comments on commit 3613e00

Please sign in to comment.