diff options
| author | Jan Tuomi <jans.tuomi@gmail.com> | 2023-10-11 22:43:16 +0300 |
|---|---|---|
| committer | Jan Tuomi <jans.tuomi@gmail.com> | 2023-10-11 22:43:16 +0300 |
| commit | 873e0766f31dd427f52f0d51477ec71173eed5fa (patch) | |
| tree | 36c1da490ead0313d7ae4507cfbfcec307ac2472 /styles/Files.module.css | |
| parent | 67e51c634252a08c58decda1a4527911089361af (diff) | |
Rewrite in htmx + flask
Diffstat (limited to 'styles/Files.module.css')
| -rw-r--r-- | styles/Files.module.css | 60 |
1 files changed, 0 insertions, 60 deletions
diff --git a/styles/Files.module.css b/styles/Files.module.css deleted file mode 100644 index 23e5074..0000000 --- a/styles/Files.module.css +++ /dev/null @@ -1,60 +0,0 @@ -.container { - min-height: 100vh; - padding: 0 0.5rem; - display: flex; - flex-direction: column; - justify-content: center; -} - -.main { - flex: 1; - display: block; - width: 100%; - max-width: 600px; - margin: 6rem auto; - - font-family: monospace; - font-size: 20px; - color: #333; -} - -.main h1 { - margin: 1rem 0; - line-height: 1.15; - font-size: 28px; -} - -.listing { - margin: 0 -12px; -} - -.listing div { - padding: 4px 12px; -} - -.main a:hover, -.main a:active, -.main a:focus { - text-decoration: none; - font-weight: bold; -} - -.listing div:nth-child(even) { background: #eee } -.listing div:nth-child(odd) { background: #fff } - -.breadcrumbs { - margin: 1rem 0 1rem -8px; - font-size: 16px; - color: #666 !important; -} - -.breadcrumbs .separator { - margin: 0 8px; -} - -.homeLink { - font-size: 16px; - color: #666; - display: block; - margin-bottom: 2rem; -}
\ No newline at end of file |
