summaryrefslogtreecommitdiff
path: root/static/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'static/style.css')
-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;
}