From 3d646156c378c6182e55c673c118c23d53ff0a05 Mon Sep 17 00:00:00 2001
From: alex <alex@alexloehr.net>
Date: Mon, 17 Nov 2025 17:36:00 +0000
Subject: [PATCH] GS-2373
---
vue/src/assets/styles.styl | 32 ++++++++++++++++++++++++++++++++
1 files changed, 32 insertions(+), 0 deletions(-)
diff --git a/vue/src/assets/styles.styl b/vue/src/assets/styles.styl
index c1e91bc..a6e3ca0 100644
--- a/vue/src/assets/styles.styl
+++ b/vue/src/assets/styles.styl
@@ -22,3 +22,35 @@
margin-left .5em
.ml-1
margin-left 1em
+
+.text-right
+ text-align right
+
+h1
+ color #e39300
+h1 > small
+ margin-left .5em;
+
+.nowrap
+ 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