aboutsummaryrefslogtreecommitdiff
path: root/src/client/util/ReportManager.scss
diff options
context:
space:
mode:
authorMichael Foiani <sotech117@Michaels-MacBook-Pro-5.local>2022-08-18 00:47:30 +0200
committerMichael Foiani <sotech117@Michaels-MacBook-Pro-5.local>2022-08-18 00:47:30 +0200
commita41d3546cbf34313b1d0a2caa7050fd04e7eee0f (patch)
treec11322e56a9038817406a09327a2a4ef1f4c5ac5 /src/client/util/ReportManager.scss
parent934f78eb90dd4aa16929e1b89c7c05f4f24b5c07 (diff)
add button to create an issue - also can upload files.
Diffstat (limited to 'src/client/util/ReportManager.scss')
-rw-r--r--src/client/util/ReportManager.scss14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/client/util/ReportManager.scss b/src/client/util/ReportManager.scss
index 1f008a426..4bcbdc566 100644
--- a/src/client/util/ReportManager.scss
+++ b/src/client/util/ReportManager.scss
@@ -53,3 +53,17 @@
display: block;
max-width: 100%;
}
+
+.report-issue-fab {
+ position: fixed;
+ bottom: 20px;
+ right: 20px;
+ display: flex;
+ align-items: center;
+ justify-content: center;
+ cursor: pointer;
+}
+
+.loading-center {
+ margin: auto 0;
+}