packages/components/src/styles/layout.scss
@@ -35,3 +35,37 @@ } } } .lp-chunk-wrapper { padding: 0 26px; border-radius: 32px; background: #ffffff; margin-bottom: 32px; &:last-child { margin-bottom: 0; } &.hasPaddingBottom { padding-bottom: 48px; } &.borderRadiusSmall { border-radius: 20px; } .lp-chunk-title { height: 88px; background: #ffffff; font-weight: 500; font-size: 34px; color: boleGetCssVar('text-color', 'primary'); line-height: 88px; } .lp-chunk-content { .nut-cell.bole-form-item { padding: 0; } } }