From 0486f42387e317e479e673c68dc5b5535173cd8c Mon Sep 17 00:00:00 2001
From: alex <alex@alexloehr.net>
Date: Tue, 23 Sep 2025 09:22:33 +0000
Subject: [PATCH] removed route DELETE /api/user

---
 vue/src/assets/styles.styl |   21 +++++++++++++++++++++
 1 files changed, 21 insertions(+), 0 deletions(-)

diff --git a/vue/src/assets/styles.styl b/vue/src/assets/styles.styl
index d6d00b2..a6e3ca0 100644
--- a/vue/src/assets/styles.styl
+++ b/vue/src/assets/styles.styl
@@ -23,6 +23,8 @@
 .ml-1
    margin-left 1em
 
+.text-right
+   text-align right
 
 h1
    color #e39300
@@ -33,3 +35,22 @@
    white-space nowrap
 
 
+input[type=text], input[type=password]
+   padding .11em .22em
+   border 3px solid #aaa
+   &:focus
+      border 3px solid orange
+      outline none
+
+
+
+
+.red
+  width 2ch
+  text-align center;
+  background-color red;
+  color white
+  font-weight bold
+
+.green
+  color green

--
Gitblit v1.8.0