Dynamic table UI:

* margin bottom
* add row button on left, to be more visible
This commit is contained in:
John Livingston
2024-06-13 15:21:31 +02:00
parent a1eada96e8
commit f1e9d1dfec
2 changed files with 10 additions and 2 deletions

View File

@ -256,6 +256,9 @@ livechat-dynamic-table-form {
// We need this variable to be known at that time
$bs-green: #39cc0b;
display: block;
margin-bottom: 3rem;
table {
table-layout: fixed;
text-align: center;
@ -291,6 +294,10 @@ livechat-dynamic-table-form {
}
}
.dynamic-table-add-row-cell {
text-align: left;
}
.dynamic-table-add-row {
background-color: var(--bs-green);