31 lines
619 B
SCSS
31 lines
619 B
SCSS
.woocommerce-customize-store-edit-site-layout__sidebar-extra__pattern {
|
|
height: 100%;
|
|
display: flex;
|
|
flex-direction: column;
|
|
gap: 10px;
|
|
background-color: #f0f0f0;
|
|
padding: 25px;
|
|
overflow: auto;
|
|
|
|
.woocommerce-customize-store-edit-site-layout__sidebar-extra__pattern__header {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
gap: 10px;
|
|
|
|
span {
|
|
font-size: 16px;
|
|
font-weight: 600;
|
|
}
|
|
}
|
|
|
|
.woocommerce-customize-store-edit-site-layout__sidebar-extra__pattern__description {
|
|
font-size: 13px;
|
|
color: #757575;
|
|
}
|
|
|
|
.block-editor-block-patterns-list {
|
|
overflow-y: unset;
|
|
}
|
|
}
|