Ghost/ghost/admin/app/styles/components/stacks.css
Jono M e8e0d84d50
Deleted old Ember settings pages (#18740)
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.
2023-11-06 06:46:31 +00:00

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;
}