mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-24 17:51:51 +02:00
Merge pull request #18390 from overleaf/rd-bs5-close-position
[web ] Fix the close button position of modal header GitOrigin-RevId: 79c6cf272f69446cb5849421445f016ea6d53403
This commit is contained in:
@@ -26,10 +26,24 @@
|
||||
|
||||
.modal-content {
|
||||
@include shadow-lg();
|
||||
}
|
||||
border-radius: var(--border-radius-base);
|
||||
|
||||
.modal-header {
|
||||
.btn-close {
|
||||
margin: var(--spacing-00);
|
||||
.modal-header {
|
||||
.modal-title {
|
||||
@include heading-sm;
|
||||
|
||||
line-height: 35px;
|
||||
}
|
||||
.btn-close {
|
||||
margin-right: 0;
|
||||
}
|
||||
}
|
||||
|
||||
.modal-footer {
|
||||
padding: var(--spacing-06);
|
||||
gap: var(--spacing-04);
|
||||
> * {
|
||||
margin: 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user