From 97716e3f6aae4e946814036447952f8f048c7811 Mon Sep 17 00:00:00 2001 From: Sami Mokaddem Date: Fri, 2 Dec 2022 09:45:26 +0100 Subject: [PATCH] new: [css:bootstrap-additional] Added table-xs class --- webroot/css/themes/additional/bootstrap-additional.css | 4 ++++ webroot/css/themes/theme-darkly.css | 4 ++++ webroot/css/themes/theme-default.css | 4 ++++ webroot/css/themes/theme-flatly.css | 4 ++++ webroot/css/themes/theme-minty.css | 4 ++++ webroot/css/themes/theme-quartz.css | 4 ++++ webroot/css/themes/theme-slate.css | 4 ++++ webroot/css/themes/theme-vapor.css | 4 ++++ webroot/theme/scss/additional/bootstrap-additional.scss | 4 ++++ 9 files changed, 36 insertions(+) diff --git a/webroot/css/themes/additional/bootstrap-additional.css b/webroot/css/themes/additional/bootstrap-additional.css index 2654c1e..af9a36c 100644 --- a/webroot/css/themes/additional/bootstrap-additional.css +++ b/webroot/css/themes/additional/bootstrap-additional.css @@ -344,6 +344,10 @@ box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.25); } +.table-xs > :not(caption) > * > * { + padding: 0.05rem 0.05rem; +} + /* Utilities */ .mw-75 { max-width: 75% !important; diff --git a/webroot/css/themes/theme-darkly.css b/webroot/css/themes/theme-darkly.css index f0ab02c..34e902b 100644 --- a/webroot/css/themes/theme-darkly.css +++ b/webroot/css/themes/theme-darkly.css @@ -344,6 +344,10 @@ box-shadow: 0 0 0 0.2rem rgba(243, 156, 18, 0.25); } +.table-xs > :not(caption) > * > * { + padding: 0.05rem 0.05rem; +} + /* Utilities */ .mw-75 { max-width: 75% !important; diff --git a/webroot/css/themes/theme-default.css b/webroot/css/themes/theme-default.css index 632df9b..56e4cd5 100644 --- a/webroot/css/themes/theme-default.css +++ b/webroot/css/themes/theme-default.css @@ -344,6 +344,10 @@ box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.25); } +.table-xs > :not(caption) > * > * { + padding: 0.05rem 0.05rem; +} + /* Utilities */ .mw-75 { max-width: 75% !important; diff --git a/webroot/css/themes/theme-flatly.css b/webroot/css/themes/theme-flatly.css index a136080..b0dbfc1 100644 --- a/webroot/css/themes/theme-flatly.css +++ b/webroot/css/themes/theme-flatly.css @@ -344,6 +344,10 @@ box-shadow: 0 0 0 0.2rem rgba(243, 156, 18, 0.25); } +.table-xs > :not(caption) > * > * { + padding: 0.05rem 0.05rem; +} + /* Utilities */ .mw-75 { max-width: 75% !important; diff --git a/webroot/css/themes/theme-minty.css b/webroot/css/themes/theme-minty.css index f118a7d..421f575 100644 --- a/webroot/css/themes/theme-minty.css +++ b/webroot/css/themes/theme-minty.css @@ -344,6 +344,10 @@ box-shadow: 0 0 0 0.2rem rgba(243, 156, 18, 0.25); } +.table-xs > :not(caption) > * > * { + padding: 0.05rem 0.05rem; +} + /* Utilities */ .mw-75 { max-width: 75% !important; diff --git a/webroot/css/themes/theme-quartz.css b/webroot/css/themes/theme-quartz.css index 8853db3..45e7268 100644 --- a/webroot/css/themes/theme-quartz.css +++ b/webroot/css/themes/theme-quartz.css @@ -344,6 +344,10 @@ box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.25); } +.table-xs > :not(caption) > * > * { + padding: 0.05rem 0.05rem; +} + /* Utilities */ .mw-75 { max-width: 75% !important; diff --git a/webroot/css/themes/theme-slate.css b/webroot/css/themes/theme-slate.css index be86d33..cb59b58 100644 --- a/webroot/css/themes/theme-slate.css +++ b/webroot/css/themes/theme-slate.css @@ -344,6 +344,10 @@ box-shadow: 0 0 0 0.2rem rgba(248, 148, 6, 0.25); } +.table-xs > :not(caption) > * > * { + padding: 0.05rem 0.05rem; +} + /* Utilities */ .mw-75 { max-width: 75% !important; diff --git a/webroot/css/themes/theme-vapor.css b/webroot/css/themes/theme-vapor.css index be21737..d44b6ca 100644 --- a/webroot/css/themes/theme-vapor.css +++ b/webroot/css/themes/theme-vapor.css @@ -344,6 +344,10 @@ box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.25); } +.table-xs > :not(caption) > * > * { + padding: 0.05rem 0.05rem; +} + /* Utilities */ .mw-75 { max-width: 75% !important; diff --git a/webroot/theme/scss/additional/bootstrap-additional.scss b/webroot/theme/scss/additional/bootstrap-additional.scss index 6c0675d..339b9fa 100644 --- a/webroot/theme/scss/additional/bootstrap-additional.scss +++ b/webroot/theme/scss/additional/bootstrap-additional.scss @@ -122,6 +122,10 @@ $toast-color-level: 70% !default; } } +.table-xs > :not(caption) > * > * { + padding: 0.05rem 0.05rem; +} + /* Utilities */ // Use bootstrap's utilities API with something like this // $utilities: map-merge(