summaryrefslogtreecommitdiff
path: root/frontend/index.css
diff options
context:
space:
mode:
authorMatthew Kosarek <mattkae@protonmail.com>2021-02-07 19:22:56 -0500
committerMatthew Kosarek <mattkae@protonmail.com>2021-02-07 19:22:56 -0500
commitcc6d3871008a89fcf48814596d7bfec05f2706e4 (patch)
tree993ce66cc5a3c96841dc52fea60df873ff2f3469 /frontend/index.css
parent376e1a7f9207fffb1ec3027ac1e7f32db5de4922 (diff)
Added rotational dynamics to the examples
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%;
}