summaryrefslogtreecommitdiff
path: root/Pages/Component/AboutDialog.razor.css
diff options
context:
space:
mode:
authorJake Mannens <jake@asger.xyz>2023-08-29 10:12:53 +1000
committerJake Mannens <jake@asger.xyz>2023-08-29 10:12:53 +1000
commitf22544482a4559cbb4ac14d1f79419dd4a5304ac (patch)
treede6a464554baabdae1607dfd1432ff80d6349f35 /Pages/Component/AboutDialog.razor.css
parentb97c475d2f5b6c4c87719beeab02d1aeacf8a288 (diff)
Finished about dialog
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;
+}