| @import "@automattic/typography/styles/variables"; | |
| @import "@wordpress/base-styles/breakpoints"; | |
| @import "@wordpress/base-styles/mixins"; | |
| .signup__step.is-new-or-existing-site .step-wrapper.is-wide-layout { | |
| margin-top: 6vh; | |
| max-width: 1224px; | |
| } | |
| .new-or-existing-site__placeholder { | |
| padding: 0 20px; | |
| animation: pulse-light 800ms ease-in-out infinite; | |
| background-color: var(--color-neutral-10); | |
| color: transparent; | |
| min-height: $font-title-small; | |
| } | |
| .new-or-existing-site__wordpress-logo { | |
| vertical-align: top; | |
| height: 2.5rem; | |
| width: 2.5rem; | |
| @include break-mobile { | |
| height: initial; | |
| width: initial; | |
| } | |
| } | |