mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-12 06:25:51 +03:00
28 lines
546 B
CSS
28 lines
546 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 .gh-setting-content {
|
|
margin-right: 24px;
|
|
}
|
|
|
|
.gh-stack-item.row label {
|
|
margin-bottom: 0;
|
|
} |