Ghost/ghost/admin/app/styles/components/stacks.css
Peter Zimon 04d9caefed Updated navigation (#1832)
no issue

Updated settings navigation to a completely redesigned flow for Ghost 4.0 🎉

Co-authored-by: Kevin Ansfield <kevin@lookingsideways.co.uk>
Co-authored-by: Fabien O'Carroll <fabien@allou.is>
Co-authored-by: Rish <zrishabhgarg@gmail.com>
2021-02-02 16:08:06 +00:00

17 lines
365 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 .gh-setting-content {
margin-right: 24px;
}