Fix section title and list alignment

This commit is contained in:
Lourens Schep 2022-04-01 10:53:17 -03:00
parent 7bdaea6195
commit fd30323288
2 changed files with 13 additions and 4 deletions

View File

@ -9,4 +9,10 @@
.woocommerce-task-header__contents p {
font-size: 16px;
}
.woocommerce-task-header__contents h1 {
font-size: 20px;
line-height: 28px;
padding: 0px;
}
}

View File

@ -21,6 +21,10 @@
padding-top: 20px;
padding-bottom: 20px;
}
.components-panel__arrow {
right: $gap-large;
}
}
.wooocommerce-task-card__header-container {
width: 100%;
@ -28,14 +32,13 @@
}
.components-panel__body-toggle {
box-shadow: none;
padding-left: $gap-large;
}
&.is-opened .components-panel__body-toggle {
width: 100%;
padding: 0;
> span {
position: absolute;
right: 0;
top: $gap-large;
.components-panel__arrow {
top: 32px;
}
}