mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-19 08:31:43 +03:00
32 lines
632 B
CSS
32 lines
632 B
CSS
|
.gh-post-history {
|
||
|
height: 100%;
|
||
|
}
|
||
|
|
||
|
.fullscreen-modal-post-history .modal-content {
|
||
|
padding: 0;
|
||
|
}
|
||
|
|
||
|
.gh-post-history .modal-fullsettings-sidebar-labs {
|
||
|
height: 100%;
|
||
|
border-right: 1px solid var(--whitegrey-d1);
|
||
|
}
|
||
|
|
||
|
.modal-fullsettings-sidebar-header {
|
||
|
display: flex;
|
||
|
justify-content: space-between;
|
||
|
align-items: center;
|
||
|
padding: 32px;
|
||
|
border-bottom: 1px solid var(--whitegrey-d1);
|
||
|
}
|
||
|
|
||
|
.modal-fullsettings-sidebar-header h2 {
|
||
|
margin: 0;
|
||
|
padding: 0;
|
||
|
font-size: 1.75rem;
|
||
|
line-height: 1.375;
|
||
|
font-weight: 600;
|
||
|
}
|
||
|
|
||
|
.modal-fullsettings-sidebar-header .gh-btn-icon svg {
|
||
|
margin: 0;
|
||
|
}
|