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:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user