1
0
mirror of https://github.com/tabler/tabler.git synced 2025-12-24 10:48:14 +04:00

[modals]: style btn-close only when in .modal-header (#1925)

* [modals]: style btn-close only when in .modal-header & .modal-content
This commit is contained in:
Luiz Américo
2024-08-23 04:18:46 -03:00
committed by GitHub
parent b6cba4df53
commit a7e17991d1

View File

@@ -1,5 +1,5 @@
.modal-content {
.btn-close {
.modal-content, .modal-header {
> .btn-close {
position: absolute;
top: 0;
right: 0;
@@ -64,4 +64,4 @@
.modal-full-width {
max-width: none;
margin: 0 $modal-dialog-margin;
}
}