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 | 38 ++++++++++++++++++++++++++++++++++++++
1 files changed, 38 insertions(+), 0 deletions(-)
diff --git a/vue/src/assets/styles.styl b/vue/src/assets/styles.styl
index 458f8ac..a6e3ca0 100644
--- a/vue/src/assets/styles.styl
+++ b/vue/src/assets/styles.styl
@@ -6,6 +6,7 @@
padding 1em
border 1px solid #aaa
border-radius .33em
+ box-shadow 1px 1px 3px #333 inset, 1px 1px 100px #ddd inset
display grid;
grid-template-columns 10rem 20rem 10rem 20rem
gap .5em
@@ -16,3 +17,40 @@
.w100p
width 100%;
+
+.ml-05
+ 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