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

github.com/nextcloud/nextcloudpi.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'ncp-app/css/style.css')
-rw-r--r--ncp-app/css/style.css9
1 files changed, 9 insertions, 0 deletions
diff --git a/ncp-app/css/style.css b/ncp-app/css/style.css
new file mode 100644
index 00000000..1a675730
--- /dev/null
+++ b/ncp-app/css/style.css
@@ -0,0 +1,9 @@
+#ncp-message {
+}
+
+#ncp-message-wrapper {
+ display: flex;
+ justify-content: center;
+ align-items: center;
+ margin: 0 auto;
+}