@gravityforms/components
Version:
UI components for use in Gravity Forms development. Both React and vanilla js flavors.
31 lines (26 loc) • 931 B
CSS
.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: var(--gravitysmtp-admin-color-chathams);
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: underline;
transition: all 0.15s ease;
}
.gform-admin .gform-link:where(:not(.gform-button)):hover {
color: #242748;
}
.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;
}
/*# sourceMappingURL=link.css.map */