summaryrefslogtreecommitdiff
path: root/Pages/Component/AboutDialog.razor.css
diff options
context:
space:
mode:
Diffstat (limited to 'Pages/Component/AboutDialog.razor.css')
-rw-r--r--Pages/Component/AboutDialog.razor.css10
1 files changed, 10 insertions, 0 deletions
diff --git a/Pages/Component/AboutDialog.razor.css b/Pages/Component/AboutDialog.razor.css
new file mode 100644
index 0000000..cb503d4
--- /dev/null
+++ b/Pages/Component/AboutDialog.razor.css
@@ -0,0 +1,10 @@
+p#license {
+ background: #222;
+ box-sizing: border-box;
+ font-family: 'Lucida Console';
+ font-size: 8pt;
+ max-height: 300px;
+ overflow-y: auto;
+ padding: 20px;
+ text-align: center;
+}