summaryrefslogtreecommitdiff
path: root/static/input.css
diff refs
from: back
to: back
| flip
diff options
context:
space:
mode:
Diffstat (limited to 'static/input.css')
-rw-r--r--static/input.css129
1 files changed, 129 insertions, 0 deletions
diff --git a/static/input.css b/static/input.css
index edecc19..2603afb 100644
--- a/static/input.css
+++ b/static/input.css
@@ -194,6 +194,135 @@ body:has(.lg-container:not([class~="lg-inline"])) .mobile-topbar-custom {
display: none;
}
+.lh-0-9 {
+ line-height: 0.9;
+}
+
+.lh-2 {
+ line-height: 2;
+}
+
+.ls-vmin0-04 {
+ letter-spacing: 0.04vmin;
+}
+
+.timl-vmax2 {
+ text-indent: 2vmax hanging;
+}
+
+.text-vmax0-8 {
+ font-size: 0.8vmax;
+}
+
+.text-vmax1 {
+ font-size: 1vmax !important;
+}
+
+.text-vmax1-2 {
+ font-size: 1.2vmax;
+}
+
+.text-vmax1-5 {
+ font-size: 1.5vmax !important;
+}
+
+.text-vmax2 {
+ font-size: 2vmax;
+}
+
+.text-vmax2-5 {
+ font-size: 2.5vmax;
+}
+
+.w-vw90 {
+ width: 90vw;
+}
+
+.w-p60 {
+ width: 60%;
+}
+
+.w-p80 {
+ width: 80%;
+}
+
+.w-p100 {
+ width: 100%;
+}
+
+.w-vmax4 {
+ width: 4vmax;
+}
+
+.h-vh40 {
+ height: 40vh;
+}
+
+.h-vh90 {
+ height: 90vh;
+}
+
+.h-vmax4 {
+ height: 4vmax;
+}
+
+.mt-vmin0-8 {
+ margin-top: 0.8vmin;
+}
+
+.mt-vmin1-6 {
+ margin-top: 1.6vmin;
+}
+
+.mx-vmin1-6 {
+ margin-left: 1.6vmin;
+ margin-right: 1.6vmin;
+}
+
+.mb-vmin0-4 {
+ margin-bottom: 0.4vmin;
+}
+
+.mb-vmin0-6 {
+ margin-bottom: 0.8vmin;
+}
+
+.mb-vmin0-8 {
+ margin-bottom: 0.8vmin;
+}
+
+.mb-vmin1-2 {
+ margin-bottom: 1.2vmin;
+}
+
+.mb-vmin1-6 {
+ margin-bottom: 1.6vmin;
+}
+
+.pl-vmin0-8 {
+ padding-left: 0.8vmin;
+}
+
+.pl-vmax2 {
+ padding-left: 2vmax;
+}
+
+.pr-vmin1-2 {
+ padding-right: 1.2vmin;
+}
+
+.p-vmin0-8 {
+ padding: 0.8vmin;
+}
+
+.p-vmin2-4 {
+ padding: 2.4vmin;
+}
+
+.space-y-vmin0-8 {
+ column-gap: 0.8vmin;
+}
+
.lg-backdrop {
background-color: var(--background-light-color);
opacity: 0.8 !important;