diff options
author | Alexander Neonxp Kiryukhin <i@neonxp.ru> | 2024-10-06 17:04:37 +0300 |
---|---|---|
committer | Alexander Neonxp Kiryukhin <i@neonxp.ru> | 2024-10-06 17:04:37 +0300 |
commit | 6160b4fdc5f37e4ceaa6b3c5acc855f466049d61 (patch) | |
tree | b6e41f9cad22515a61cc50b0a82d98ee55e0c3e3 /static/css/style.css | |
parent | 81b13617c4d0ca68afb181d1105386f0c339864d (diff) |
Первая версия
Diffstat (limited to 'static/css/style.css')
-rw-r--r-- | static/css/style.css | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/static/css/style.css b/static/css/style.css new file mode 100644 index 0000000..ab24ab3 --- /dev/null +++ b/static/css/style.css @@ -0,0 +1,14 @@ +.row { + display: flex; + flex-direction: row; + margin-bottom: var(--pico-spacing); +} +.col { + display: flex; +} +.captcha { + background-color: aliceblue; + height:65px; + border-top-left-radius: var(--pico-border-radius); + border-bottom-left-radius: var(--pico-border-radius); +}
\ No newline at end of file |