aboutsummaryrefslogtreecommitdiff
path: root/static/css/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'static/css/style.css')
-rw-r--r--static/css/style.css14
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