Better color variable for modal-cards-body.
This commit is contained in:
parent
cb25b3d893
commit
cbea14a30e
|
@ -295,7 +295,7 @@ body:not(.tainacan-admin-page) {
|
||||||
margin-bottom: 0px;
|
margin-bottom: 0px;
|
||||||
}
|
}
|
||||||
.modal-card-body {
|
.modal-card-body {
|
||||||
background-color: var(--tainacan-item-background-color, white);
|
background-color: var(--tainacan-background-color, white);
|
||||||
}
|
}
|
||||||
footer .button {
|
footer .button {
|
||||||
min-height: var(--theme-button-min-height, 40px);
|
min-height: var(--theme-button-min-height, 40px);
|
||||||
|
|
Loading…
Reference in New Issue