2021-01-28 18:25:21 +03:00
|
|
|
/* 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;
|
|
|
|
}
|
|
|
|
|
2023-03-14 17:37:22 +03:00
|
|
|
.gh-stack-item.row {
|
|
|
|
display: flex;
|
|
|
|
flex-direction: row;
|
|
|
|
align-items: center;
|
|
|
|
justify-content: space-between;
|
|
|
|
}
|
|
|
|
|
2021-01-28 18:25:21 +03:00
|
|
|
.gh-stack-item .gh-setting-content {
|
|
|
|
margin-right: 24px;
|
2023-03-14 17:37:22 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
.gh-stack-item.row label {
|
|
|
|
margin-bottom: 0;
|
2021-01-28 18:25:21 +03:00
|
|
|
}
|