mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05: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:
parent
74f0483157
commit
5af6acde2b
1 changed files with 18 additions and 4 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue