diff options
author | Vika <vika@fireburn.ru> | 2023-07-29 21:59:56 +0300 |
---|---|---|
committer | Vika <vika@fireburn.ru> | 2023-07-29 21:59:56 +0300 |
commit | 0617663b249f9ca488e5de652108b17d67fbaf45 (patch) | |
tree | 11564b6c8fa37bf9203a0a4cc1c4e9cc088cb1a5 /kittybox-rs/companion-lite/style.css | |
parent | 26c2b79f6a6380ae3224e9309b9f3352f5717bd7 (diff) | |
download | kittybox-0617663b249f9ca488e5de652108b17d67fbaf45.tar.zst |
Moved the entire Kittybox tree into the root
Diffstat (limited to 'kittybox-rs/companion-lite/style.css')
-rw-r--r-- | kittybox-rs/companion-lite/style.css | 47 |
1 files changed, 0 insertions, 47 deletions
diff --git a/kittybox-rs/companion-lite/style.css b/kittybox-rs/companion-lite/style.css deleted file mode 100644 index 09ed398..0000000 --- a/kittybox-rs/companion-lite/style.css +++ /dev/null @@ -1,47 +0,0 @@ -* { - box-sizing: border-box; -} - -:root { - font-family: sans-serif; -} - -body { - margin: 0; -} - -body > main { - margin: auto; - max-width: 1024px; -} - -h1.header { - margin-top: 0.75em; - text-align: center; -} - -fieldset + fieldset, -fieldset + input, -section + section, -section + fieldset -{ - margin-top: 0.75em; -} - -input[type="submit"] { - margin-left: auto; - display: block; -} - -form > fieldset > section > label { - width: 100%; - display: block; -} - -form > fieldset > section > input, form > fieldset > section > textarea { - width: 100%; -} - -textarea { - min-height: 10em; -} |