From ed49bb17b9e93a1406ab51f7dca5906661863627 Mon Sep 17 00:00:00 2001 From: Stas Medvedev Date: Wed, 12 Jun 2024 16:05:12 +0300 Subject: refactore utils refactore html about, client_geo --- static/style.css | 23 ++++++++++++++--------- 1 file changed, 14 insertions(+), 9 deletions(-) (limited to 'static/style.css') diff --git a/static/style.css b/static/style.css index 70482a5..500a6e4 100644 --- a/static/style.css +++ b/static/style.css @@ -673,11 +673,6 @@ div { margin-bottom: 2.5rem; } -.my-2 { - margin-top: 0.5rem; - margin-bottom: 0.5rem; -} - .ml-6 { margin-left: 1.5rem; } @@ -702,6 +697,14 @@ div { height: 100%; } +.min-h-20 { + min-height: 5rem; +} + +.min-h-16 { + min-height: 4rem; +} + .w-full { width: 100%; } @@ -714,6 +717,12 @@ div { flex-grow: 1; } +.select-none { + -webkit-user-select: none; + -moz-user-select: none; + user-select: none; +} + .list-outside { list-style-position: outside; } @@ -722,10 +731,6 @@ div { list-style-type: disc; } -.flex-row { - flex-direction: row; -} - .flex-col { flex-direction: column; } -- cgit v1.2.3