From 448b05374910d3371331f2cf4852c0579c868151 Mon Sep 17 00:00:00 2001 From: bingus_violet Date: Thu, 25 Apr 2024 20:01:42 -0500 Subject: [PATCH] Move Lengthbars to global --- static/style.css | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/static/style.css b/static/style.css index 17a1a2f..a83192c 100644 --- a/static/style.css +++ b/static/style.css @@ -231,4 +231,25 @@ li { .noscript { display: none; +} + +.lengthBar { + background-color: rgb(50, 40, 60); + display: inline-block; + width: 80%; + height: 10px; + padding: 0; + overflow: hidden; + border-radius: 5px; + margin-right: 1.9%; +} + +.lengthBar>span { + margin: 0; + padding: 0; + width: 100%; + background-color: rgb(200, 200, 230); + height: 20px; + display: block; + position: relative; } \ No newline at end of file