UNPKG

@gravityforms/components

Version:

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

36 lines (30 loc) 1.04 kB
.gform-admin .gform-link:where(:not(.gform-button)) { border: 1px solid transparent; border-radius: 3px; box-shadow: 0 0 0 transparent; box-sizing: border-box; color: #0f3d6c; font-family: inter, -apple-system, blinkmacsystemfont, "Segoe UI", roboto, oxygen-sans, ubuntu, cantarell, "Helvetica Neue", sans-serif; font-size: 0.8125rem; font-weight: 400; position: relative; text-decoration: none; transition: all 0.15s ease; } .gform-admin .gform-link:where(:not(.gform-button)):hover { color: #242748; text-decoration: underline; } .gform-admin .gform-link:where(:not(.gform-button)):focus { border-color: transparent; box-shadow: none; outline: none; } .gform-admin .gform-link:where(:not(.gform-button)):focus-visible { border-color: #175cff; box-shadow: 0 0.125rem 0.0675rem rgba(28, 31, 63, 0.0634624), 0 0 0 2px #bed8ed; } .gform-admin .gform-link:where(:not(.gform-button)).gform-link--underline { text-decoration: underline; } /*# sourceMappingURL=link.css.map */