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 /components/Box/Box.module.css | |
| parent | 67e51c634252a08c58decda1a4527911089361af (diff) | |
Rewrite in htmx + flask
Diffstat (limited to 'components/Box/Box.module.css')
| -rw-r--r-- | components/Box/Box.module.css | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/components/Box/Box.module.css b/components/Box/Box.module.css deleted file mode 100644 index f6234ff..0000000 --- a/components/Box/Box.module.css +++ /dev/null @@ -1,22 +0,0 @@ -.box { - padding: 1rem 1rem; - width: 100%; - color: #333; - background-color: #eee; - display: flex; - flex-flow: row nowrap; - justify-content: space-between; - align-items: center; -} - -.box:hover, -.box:active, -.box:focus { - font-weight: bold; - background-color: #ddd; -} - -.arrow { - font-size: 24px; - line-height: 20px; -}
\ No newline at end of file |
