UNPKG

@gravityforms/components

Version:

UI components for use in Gravity Forms development. Both React and vanilla js flavors.

20 lines (17 loc) 634 B
.gform-admin { .gform-card--add { align-items: center; background-color: var(--gform-admin-color-white); background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='3' ry='3' stroke='%23C3C5DB' stroke-width='1' stroke-dasharray='6%2c6' stroke-dashoffset='20' stroke-linecap='square'/%3e%3c/svg%3e"); /* stylelint-disable-line */ block-size: 100%; border-radius: 3px; display: flex; justify-content: center; min-block-size: 248px; min-inline-size: 275px; &, * { box-sizing: border-box; } } }