Skip to content

Commit

Permalink
IBX-4327: Content airtime settings modal design
Browse files Browse the repository at this point in the history
  • Loading branch information
GrabowskiM committed Jan 16, 2023
1 parent d0f01d3 commit 9a53778
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/bundle/Resources/encore/ibexa.css.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ module.exports = (Encore) => {
path.resolve(__dirname, '../public/scss/ibexa.scss'),
path.resolve(__dirname, '../public/scss/ui/ibexa-modules.scss'),
path.resolve('./vendor/ibexa/admin-ui-assets/src/bundle/Resources/public/vendors/flatpickr/dist/flatpickr.min.css'),
path.resolve(
'./vendor/ibexa/admin-ui-assets/src/bundle/Resources/public/vendors/flatpickr/dist/plugins/confirmDate/confirmDate.css',
),
])
.addEntry('ibexa-admin-ui-content-edit-parts-css', [
path.resolve('./vendor/ibexa/admin-ui-assets/src/bundle/Resources/public/vendors/leaflet/dist/leaflet.css'),
Expand Down
8 changes: 8 additions & 0 deletions src/bundle/Resources/public/scss/_flatpickr.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,14 @@
}
}

.flatpickr-calendar {
.flatpickr-confirm {
.ibexa-icon {
margin-left: calculateRem(8px);
}
}
}

@-webkit-keyframes eZfpFadeInDown {
from {
opacity: 0;
Expand Down

0 comments on commit 9a53778

Please sign in to comment.