-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f77c0a9
commit f45c99a
Showing
5 changed files
with
51 additions
and
10 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 |
---|---|---|
@@ -1,3 +1,3 @@ | ||
.notification { | ||
@apply hidden fixed top-2 left-1/2 bg-primary-500 text-primarytext py-1 px-1 rounded shadow-lg z-50 translate-x-[-50%]; | ||
@apply hidden fixed top-2 left-1/2 bg-primary-500 text-primarytext rounded shadow-lg z-50 translate-x-[-50%] my-[15%] p-5; | ||
} |
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: 11 additions & 0 deletions
11
local_packages/success/Resources/Private/Templates/_LandingPage/Partials/Page/Modal.html
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,11 @@ | ||
<html | ||
data-namespace-typo3-fluid="true" | ||
> | ||
<div id="modal" class="modal"> | ||
<div class="container mx-auto px-5"> | ||
<div class="modal-close">X</div> | ||
<div class="modal-content" id="modal-content"></div> | ||
<div id="loading-indicator" class="loading-indicator"></div> | ||
</div> | ||
</div> | ||
</html> |