summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorStas Medvedev <medvedevsa97@gmail.com>2024-06-12 16:05:12 +0300
committerStas Medvedev <medvedevsa97@gmail.com>2024-06-12 16:05:12 +0300
commited49bb17b9e93a1406ab51f7dca5906661863627 (patch)
treefd5dfa78e46c9b29dcd1fdaf3897fbd117cf7c2b /static
parent3805407b0868aeccf7462a68c1d86540764bc02f (diff)
refactore utils
refactore html about, client_geo
Diffstat (limited to 'static')
-rw-r--r--static/style.css23
1 files changed, 14 insertions, 9 deletions
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;
}