react-code-dataset
/
wp-calypso
/client
/landing
/subscriptions
/components
/subscription-manager-page
/styles.scss
| @import "@automattic/color-studio/dist/color-variables"; | |
| @import "@wordpress/base-styles/breakpoints"; | |
| .subscription-manager__container { | |
| max-width: 1440px; | |
| padding: 48px 62px; | |
| .formatted-header { | |
| margin: 0; | |
| &__title { | |
| font-size: $font-headline-medium ; | |
| line-height: $font-headline-large; | |
| color: $studio-gray-100; | |
| margin-bottom: 16px; | |
| } | |
| &__subtitle { | |
| font-size: $font-body ; | |
| line-height: $font-title-medium; | |
| color: $studio-gray-60; | |
| margin-bottom: 30px; | |
| & .email-address { | |
| font-weight: 500; | |
| } | |
| } | |
| } | |
| } | |
| @media screen and (max-width: $break-medium) { | |
| .subscription-manager__container { | |
| padding: 30px 24px; | |
| .formatted-header { | |
| &__title { | |
| font-size: rem(28px) ; | |
| line-height: $font-headline-small; | |
| margin-bottom: 8px; | |
| } | |
| } | |
| } | |
| } | |