summaryrefslogtreecommitdiff
path: root/site/public/css/custom.css
diff options
context:
space:
mode:
Diffstat (limited to 'site/public/css/custom.css')
-rw-r--r--site/public/css/custom.css38
1 files changed, 38 insertions, 0 deletions
diff --git a/site/public/css/custom.css b/site/public/css/custom.css
index f3c99e1..417d4dd 100644
--- a/site/public/css/custom.css
+++ b/site/public/css/custom.css
@@ -1,4 +1,42 @@
+.custom-flex-child {
+ min-width: 0;
+}
+.h3-truncate {
+ min-width: 0;
+}
+.custom-flex-child > .h3-truncate > .hide-overflow{
+ overflow: hidden;
+ text-overflow: ellipsis !important;
+}
+.custom-flex-child > .hide-overflow{
+ overflow: hidden;
+ text-overflow: ellipsis !important;
+}
.hide-overflow{
overflow: hidden;
text-overflow: ellipsis !important;
}
+.footer-col {
+ padding-right: 20px;
+ padding-left: 20px;
+}
+.bg-dark-opacity {
+}
+.w-55 {
+ width: 55% !important;
+}
+.h-40 {
+ height: 40% !important;
+}
+.h-45 {
+ height: 45% !important;
+}
+.text-small {
+ font-size: 80%;
+}
+.mt-10 {
+ margin-top: 10px;
+}
+.mt-20 {
+ margin-top: 20px;
+}