This commit is contained in:
Oscar Plaisant
2024-03-27 15:59:45 +01:00
parent bb9f9102c9
commit 871cbb94b4
200 changed files with 105447 additions and 159342 deletions

View File

@@ -485,6 +485,13 @@ a.mb-no-link {
}
table.mb-html-table {
}
td.mb-html-table-button-cell {
--table-column-min-width: 10px;
}
th.mb-html-table-button-cell {
--table-column-min-width: 10px;
}
@@ -492,6 +499,18 @@ table.mb-html-table {
overflow-x: auto;
}
.mb-flex-row {
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: center;
gap: var(--size-4-2);
}
.mb-flex-row > :first-child {
flex: 1;
}
/* --- HIGHLIGHTING CLASSES --- */
.mb-highlight-test {
color: #00bfbc;