summaryrefslogtreecommitdiff
path: root/frontend/index.css
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/index.css')
-rw-r--r--frontend/index.css11
1 files changed, 11 insertions, 0 deletions
diff --git a/frontend/index.css b/frontend/index.css
index 9139963..a718784 100644
--- a/frontend/index.css
+++ b/frontend/index.css
@@ -89,6 +89,8 @@ section > p {
Helpful inputs
*/
.vec2_input_group {
+ position: relative;
+ margin-top: 1rem;
display: flex;
flex-direction: row;
width: 100%;
@@ -96,6 +98,15 @@ section > p {
padding: 0.25rem;
}
+.vec2_input_group > label {
+ position: absolute;
+ top: -1rem;
+ left: 0rem;
+ font-size: 0.8rem;
+ font-weight: bold;
+ text-align: left;
+}
+
.vec2_input_group > input {
width: 45%;
}