From f22544482a4559cbb4ac14d1f79419dd4a5304ac Mon Sep 17 00:00:00 2001 From: Jake Mannens Date: Tue, 29 Aug 2023 10:12:53 +1000 Subject: Finished about dialog --- Pages/Component/AboutDialog.razor.css | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 Pages/Component/AboutDialog.razor.css (limited to 'Pages/Component/AboutDialog.razor.css') 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; +} -- cgit v1.3