mirror of
https://gitlab.com/crafty-controller/crafty-4.git
synced 2025-01-31 04:46:11 +01:00
Fix text-align center
This commit is contained in:
parent
8d4b6bd161
commit
eaf7277c12
@ -8713,7 +8713,7 @@ a.close.disabled {
|
|||||||
.bs-popover-auto[x-placement^="bottom"]>.arrow::after {
|
.bs-popover-auto[x-placement^="bottom"]>.arrow::after {
|
||||||
top: 1px;
|
top: 1px;
|
||||||
border-width: 0 0.5rem 0.5rem 0.5rem;
|
border-width: 0 0.5rem 0.5rem 0.5rem;
|
||||||
border-bottom-var(--base-text);
|
border-bottom: var(--base-text);
|
||||||
}
|
}
|
||||||
|
|
||||||
.bs-popover-bottom .popover-header::before,
|
.bs-popover-bottom .popover-header::before,
|
||||||
@ -30942,4 +30942,8 @@ body.invoice-page.invoice-2 table tr td {
|
|||||||
padding: 0 7px;
|
padding: 0 7px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.text-align-center {
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
|
||||||
/*# sourceMappingURL=style.css.map */
|
/*# sourceMappingURL=style.css.map */
|
Loading…
x
Reference in New Issue
Block a user