-
Notifications
You must be signed in to change notification settings - Fork 57
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #224 from inakijv/Modals_SendtoTRash_Improvement
EZP-28463: Updated design for Modal Send to trash
- Loading branch information
Showing
11 changed files
with
110 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
.ez-modal--send-to-trash { | ||
.modal-dialog { | ||
background-color: $ez-ground-base-medium; | ||
border-radius: .25rem; | ||
} | ||
|
||
.modal-header { | ||
border-bottom: none; | ||
padding: 15px 15px 0 15px; | ||
position: relative; | ||
min-height: 2.5rem; | ||
} | ||
|
||
.modal-body { | ||
padding: 15px 30px; | ||
|
||
.ez-modal-body__main, | ||
.ez-modal-body__explanation { | ||
margin-bottom: 0; | ||
} | ||
} | ||
|
||
.modal-footer { | ||
border-top: none; | ||
} | ||
} | ||
|
||
.ez-trash-list-view { | ||
.ez-modal--send-to-trash { | ||
.modal-body { | ||
.ez-modal-body__main { | ||
font-weight: 700; | ||
} | ||
|
||
.ez-modal-body__explanation { | ||
font-size: .9375rem; | ||
} | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
11 changes: 5 additions & 6 deletions
11
src/bundle/Resources/views/admin/bulk_delete_confirmation_modal.html.twig
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
src/bundle/Resources/views/admin/content_type/delete_confirmation_modal.html.twig
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
11 changes: 6 additions & 5 deletions
11
src/bundle/Resources/views/admin/section/delete_confirmation_modal.html.twig
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
15 changes: 10 additions & 5 deletions
15
src/bundle/Resources/views/admin/trash/empty_trash_confirmation_modal.html.twig
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
src/bundle/Resources/views/bulk_delete_confirmation_modal.html.twig
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
9 changes: 5 additions & 4 deletions
9
src/bundle/Resources/views/content/modal_location_trash.html.twig
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters