summaryrefslogtreecommitdiffstats
path: root/core/static/css/output.css
diff options
context:
space:
mode:
Diffstat (limited to 'core/static/css/output.css')
-rw-r--r--core/static/css/output.css25
1 files changed, 25 insertions, 0 deletions
diff --git a/core/static/css/output.css b/core/static/css/output.css
index 67f0dc9..89f69f1 100644
--- a/core/static/css/output.css
+++ b/core/static/css/output.css
@@ -1302,6 +1302,10 @@ html {
margin-left: 1rem;
}
+.mr-2 {
+ margin-right: 0.5rem;
+}
+
.mt-1 {
margin-top: 0.25rem;
}
@@ -1342,6 +1346,11 @@ html {
display: grid;
}
+.size-6 {
+ width: 1.5rem;
+ height: 1.5rem;
+}
+
.min-h-full {
min-height: 100%;
}
@@ -1378,6 +1387,10 @@ html {
flex-direction: column;
}
+.items-end {
+ align-items: flex-end;
+}
+
.items-center {
align-items: center;
}
@@ -1773,6 +1786,18 @@ html {
color: rgb(255 255 255 / var(--tw-text-opacity));
}
+.underline {
+ text-decoration-line: underline;
+}
+
+.decoration-pink-500 {
+ text-decoration-color: #ec4899;
+}
+
+.decoration-2 {
+ text-decoration-thickness: 2px;
+}
+
.shadow {
--tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
--tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);