From 948700d35f0eddbc2e0fd29548991e687362983d Mon Sep 17 00:00:00 2001 From: metamuffin Date: Wed, 11 Jan 2023 16:27:16 +0100 Subject: move files --- src/frontend/style/layout.css | 42 ------------------------------------------ src/frontend/style/mod.rs | 2 -- 2 files changed, 44 deletions(-) delete mode 100644 src/frontend/style/layout.css delete mode 100644 src/frontend/style/mod.rs (limited to 'src/frontend/style') diff --git a/src/frontend/style/layout.css b/src/frontend/style/layout.css deleted file mode 100644 index 4418903..0000000 --- a/src/frontend/style/layout.css +++ /dev/null @@ -1,42 +0,0 @@ -@import url("https://s.metamuffin.org/static/font-ubuntu/include.css"); - -* { - color: white; - font-family: "Ubuntu", sans-serif; - font-weight: 300; - margin: 0px; - padding: 0px; -} - -body { - background-color: #1a1a1a; - width: 100vw; -} - -nav { - position: absolute; - top: 0px; - left: 0px; - padding: 1em; - width: calc(100vw - 2em); - height: 2em; - background-color: #41414144; -} - -nav h1 { - margin: 0px; - font-size: 1.5em; -} - -#main { - margin-top: 5em; - padding: 1em; - padding-left: 3em; - padding-right: 3em; -} - -.error { - padding: 1em; - color: rgb(255, 117, 117); - font-family: monospace; -} diff --git a/src/frontend/style/mod.rs b/src/frontend/style/mod.rs deleted file mode 100644 index 9d0729e..0000000 --- a/src/frontend/style/mod.rs +++ /dev/null @@ -1,2 +0,0 @@ - -pub const CSS_BUNDLE: &'static str = include_str!("layout.css"); -- cgit v1.2.3-70-g09d2