react-code-dataset
/
wp-calypso
/client
/jetpack-cloud
/sections
/partner-portal
/primary
/wpcom-atomic-hosting
/style.scss
| @import "@wordpress/base-styles/breakpoints"; | |
| @import "@wordpress/base-styles/mixins"; | |
| @import "@automattic/onboarding/styles/mixins"; | |
| .wpcom-atomic-hosting__card-container { | |
| display: flex; | |
| flex-wrap: wrap; | |
| margin-block-start: 24px; | |
| } | |
| .wpcom-atomic-hosting__card { | |
| width: 100%; | |
| display: flex; | |
| flex-direction: column; | |
| @include break-xlarge { | |
| width: 50%; | |
| } | |
| } | |
| .wpcom-atomic-hosting__card-title { | |
| font-family: Recoleta, serif; | |
| color: var(--studio-gray-100); | |
| font-size: 2rem; | |
| } | |
| .wpcom-atomic-hosting__card-description { | |
| color: var(--studio-gray-80); | |
| font-size: 0.75rem; | |
| } | |
| .wpcom-atomic-hosting__card-price { | |
| font-family: Recoleta, serif; | |
| color: var(--studio-gray-100); | |
| margin-block-start: 32px; | |
| font-size: 2.75rem; | |
| } | |
| .wpcom-atomic-hosting__card-interval { | |
| position: relative; | |
| inset-block-start: -0.5rem; | |
| color: var(--studio-gray-50); | |
| font-size: 0.75rem; | |
| } | |
| .wpcom-atomic-hosting__card-features { | |
| margin-block-start: 36px; | |
| } | |
| .wpcom-atomic-hosting__card-features-heading { | |
| margin-block: 6px 12px; | |
| color: #7f54b3; | |
| font-size: 0.75rem; | |
| font-weight: 600; | |
| a { | |
| color: #7f54b3; | |
| text-decoration: underline; | |
| } | |
| } | |
| .wpcom-atomic-hosting__card-feature { | |
| margin-block: 8px; | |
| color: var(--studio-gray-80); | |
| font-size: 0.75rem; | |
| width: fit-content; | |
| } | |
| .wpcom-atomic-hosting__card-button { | |
| margin-block-start: 16px; | |
| width: 100%; | |
| } | |
| .wpcom-atomic-hosting__card-content { | |
| flex: 1; | |
| } | |
| .wpcom-atomic-hosting__card-heading { | |
| margin-block-start: 36px; | |
| color: var(--studio-gray-100); | |
| font-size: 0.75rem; | |
| font-weight: 500; | |
| } | |
| .wpcom-atomic-hosting__card-storage-amount { | |
| margin-block-start: 4px; | |
| color: var(--studio-gray-90); | |
| font-size: 0.75rem; | |
| background-color: #f2f2f2; | |
| padding: 4px 6px; | |
| border-radius: 2px; | |
| width: fit-content; | |
| } | |