style: normalize CSS selector spacing
This commit is contained in:
@@ -380,7 +380,7 @@ body {
|
|||||||
background: transparent;
|
background: transparent;
|
||||||
}
|
}
|
||||||
|
|
||||||
.ctms-table-card > .el-card__body {
|
.ctms-table-card>.el-card__body {
|
||||||
padding: 0;
|
padding: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -38,10 +38,10 @@
|
|||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.page--flush > .unified-shell,
|
.page--flush>.unified-shell,
|
||||||
.page--flush > .main-content-flat.unified-shell,
|
.page--flush>.main-content-flat.unified-shell,
|
||||||
.page--flush .page-body > .unified-shell,
|
.page--flush .page-body>.unified-shell,
|
||||||
.page--flush .page-body > .main-content-flat.unified-shell {
|
.page--flush .page-body>.main-content-flat.unified-shell {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
@@ -66,7 +66,7 @@
|
|||||||
box-shadow: none !important;
|
box-shadow: none !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.el-card.unified-shell > .el-card__body {
|
.el-card.unified-shell>.el-card__body {
|
||||||
padding: 0 !important;
|
padding: 0 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -81,8 +81,8 @@
|
|||||||
padding-right: 0 !important;
|
padding-right: 0 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.ctms-page > .ctms-page-header.unified-action-bar,
|
.ctms-page>.ctms-page-header.unified-action-bar,
|
||||||
.page > .page-header.unified-action-bar {
|
.page>.page-header.unified-action-bar {
|
||||||
border: 0;
|
border: 0;
|
||||||
border-radius: var(--unified-shell-radius);
|
border-radius: var(--unified-shell-radius);
|
||||||
background: #ffffff;
|
background: #ffffff;
|
||||||
@@ -211,11 +211,11 @@
|
|||||||
box-shadow: none !important;
|
box-shadow: none !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.unified-shell .ctms-table-card + .ctms-table-card,
|
.unified-shell .ctms-table-card+.ctms-table-card,
|
||||||
.unified-shell .ctms-section-card + .ctms-section-card,
|
.unified-shell .ctms-section-card+.ctms-section-card,
|
||||||
.unified-shell .detail-card + .section-card,
|
.unified-shell .detail-card+.section-card,
|
||||||
.unified-shell .section-card + .section-card,
|
.unified-shell .section-card+.section-card,
|
||||||
.unified-shell .form-card + .form-card {
|
.unified-shell .form-card+.form-card {
|
||||||
border-top: 1px solid var(--unified-shell-divider);
|
border-top: 1px solid var(--unified-shell-divider);
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -257,6 +257,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
@media (max-width: 960px) {
|
@media (max-width: 960px) {
|
||||||
|
|
||||||
.unified-action-bar,
|
.unified-action-bar,
|
||||||
.unified-section {
|
.unified-section {
|
||||||
padding-left: 14px;
|
padding-left: 14px;
|
||||||
|
|||||||
Reference in New Issue
Block a user