mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-11 09:53:32 +03:00
e8e0d84d50
refs https://github.com/TryGhost/Product/issues/4055 --- <!-- Leave the line below if you'd like GitHub Copilot to generate a summary from your commit --> <!-- copilot:summary --> ### <samp>🤖 Generated by Copilot at 3b24693</samp> Removed unused components related to announcement settings, custom theme settings, and file upload. These components were part of a deprecated feature or a legacy UI.
25 lines
482 B
CSS
25 lines
482 B
CSS
/* Lists that are open on the sides
|
|
/* ------------------------------------------------- */
|
|
.gh-stack {
|
|
display: flex;
|
|
flex-direction: column;
|
|
}
|
|
|
|
.gh-stack-item {
|
|
margin-left: 0 !important;
|
|
margin-right: 0 !important;
|
|
padding-left: 0 !important;
|
|
padding-right: 0 !important;
|
|
}
|
|
|
|
.gh-stack-item.row {
|
|
display: flex;
|
|
flex-direction: row;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
}
|
|
|
|
.gh-stack-item.row label {
|
|
margin-bottom: 0;
|
|
}
|