Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/nextcloud.com.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarco Ambrosini <marcoambrosini@pm.me>2020-09-30 16:53:21 +0300
committerMarco Ambrosini <marcoambrosini@pm.me>2020-09-30 16:55:39 +0300
commitfcdd14abfb57791a86fe0ebaeb2e27078b194942 (patch)
tree8b52e8fae03873a7b59b97429afd74819de6e353 /overlay.php
parent40f874996988793c22f068cd2ebc8b4a619855d9 (diff)
Add overlay
Signed-off-by: Marco Ambrosini <marcoambrosini@pm.me>
Diffstat (limited to 'overlay.php')
-rw-r--r--overlay.php7
1 files changed, 7 insertions, 0 deletions
diff --git a/overlay.php b/overlay.php
new file mode 100644
index 00000000..c98db12d
--- /dev/null
+++ b/overlay.php
@@ -0,0 +1,7 @@
+<div class="overlay">
+ <div class="overlay-wrapper">
+ <div class="overlay-content"></div>
+ <button class="overlay-close button"><i class="icon-close"></i></button>
+ </div>
+
+</div>