new: [css:bootstrap-additional] Added table-xs class
parent
7ce6507e94
commit
97716e3f6a
|
@ -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;
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -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(
|
||||
|
|
Loading…
Reference in New Issue