aboutsummaryrefslogtreecommitdiff
path: root/app/static/gen/style.css
diff options
context:
space:
mode:
authorCara Salter <cara@devcara.com>2022-08-24 13:15:31 -0400
committerCara Salter <cara@devcara.com>2022-08-24 13:15:31 -0400
commit9de84e3fbae0f2893e9c4f1425afa06899959bf7 (patch)
treef96d33d881954edc9b03df0bc821fb35eb59c577 /app/static/gen/style.css
parent4b616447715b8129ae322341959e1c2bfabbd10e (diff)
downloadnccd-9de84e3fbae0f2893e9c4f1425afa06899959bf7.tar.gz
nccd-9de84e3fbae0f2893e9c4f1425afa06899959bf7.zip
flaskify
Diffstat (limited to 'app/static/gen/style.css')
-rw-r--r--app/static/gen/style.css46
1 files changed, 46 insertions, 0 deletions
diff --git a/app/static/gen/style.css b/app/static/gen/style.css
new file mode 100644
index 0000000..6dd2994
--- /dev/null
+++ b/app/static/gen/style.css
@@ -0,0 +1,46 @@
+body {
+ background: #282828;
+ color: #ebdbb2;
+ font-family: monospace;
+}
+
+a a:active, a:visited {
+ color: #458588;
+}
+
+.container {
+ margin: auto;
+ width: 60%;
+}
+
+button {
+ border-radius: 8px;
+ background-color: #458588;
+ border-color: #458588;
+ border: none;
+ margin: 0.5rem;
+}
+
+button.accent {
+ background-color: #d79921;
+ border-color: #d79921;
+}
+
+form {
+ width: 40%;
+}
+
+label,
+input {
+ display: inline-block;
+}
+
+label {
+ width: 40%;
+ text-align: right;
+}
+
+label + input {
+ width: 40%;
+ margin: 0 30% 0 4%;
+}