summaryrefslogtreecommitdiffstats
path: root/core/static
diff options
context:
space:
mode:
authorMatthew Lemon <y@yulqen.org>2024-10-15 14:50:52 +0100
committerMatthew Lemon <y@yulqen.org>2024-10-15 14:50:52 +0100
commit3c724c0a25a8cfa34befbbb88bff1236cc88ec20 (patch)
treedb4f131fb2b3366da19f0d92c6f72749da960db6 /core/static
parenta47f71efc9a7643be548f7f805e162a1942d3db4 (diff)
Cleaned up the EP table for an org
Diffstat (limited to 'core/static')
-rw-r--r--core/static/css/output.css33
1 files changed, 5 insertions, 28 deletions
diff --git a/core/static/css/output.css b/core/static/css/output.css
index 3a5b9a1..c49ad06 100644
--- a/core/static/css/output.css
+++ b/core/static/css/output.css
@@ -612,10 +612,6 @@ video {
z-index: 10;
}
-.m-2 {
- margin: 0.5rem;
-}
-
.mx-auto {
margin-left: auto;
margin-right: auto;
@@ -859,24 +855,10 @@ video {
border-bottom-width: calc(2px * var(--tw-divide-y-reverse));
}
-.divide-y-4 > :not([hidden]) ~ :not([hidden]) {
- --tw-divide-y-reverse: 0;
- border-top-width: calc(4px * calc(1 - var(--tw-divide-y-reverse)));
- border-bottom-width: calc(4px * var(--tw-divide-y-reverse));
-}
-
.divide-solid > :not([hidden]) ~ :not([hidden]) {
border-style: solid;
}
-.divide-dashed > :not([hidden]) ~ :not([hidden]) {
- border-style: dashed;
-}
-
-.divide-double > :not([hidden]) ~ :not([hidden]) {
- border-style: double;
-}
-
.divide-gray-200 > :not([hidden]) ~ :not([hidden]) {
--tw-divide-opacity: 1;
border-color: rgb(229 231 235 / var(--tw-divide-opacity));
@@ -927,11 +909,6 @@ video {
border-width: 2px;
}
-.border-y-0 {
- border-top-width: 0px;
- border-bottom-width: 0px;
-}
-
.border-b {
border-bottom-width: 1px;
}
@@ -1311,6 +1288,11 @@ video {
color: rgb(79 70 229 / var(--tw-text-opacity));
}
+.text-purple {
+ --tw-text-opacity: 1;
+ color: rgb(63 60 187 / var(--tw-text-opacity));
+}
+
.text-red-500 {
--tw-text-opacity: 1;
color: rgb(239 68 68 / var(--tw-text-opacity));
@@ -1331,11 +1313,6 @@ video {
color: rgb(161 161 170 / var(--tw-text-opacity));
}
-.text-purple {
- --tw-text-opacity: 1;
- color: rgb(63 60 187 / var(--tw-text-opacity));
-}
-
.underline {
text-decoration-line: underline;
}