Ghost/ghost/admin/app/styles/components/stacks.css

17 lines
365 B
CSS
Raw Normal View History

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