react-code-dataset
/
wp-calypso
/client
/landing
/subscriptions
/components
/fields
/email-format-input
/styles.scss
| @import "@wordpress/base-styles/breakpoints"; | |
| @import "../components"; | |
| .email-format-input { | |
| &.form-fieldset { | |
| @extend %form-fieldset; | |
| } | |
| .form-label { | |
| @extend %form-label; | |
| } | |
| .form-select { | |
| @extend %form-select; | |
| width: 457px; | |
| @media screen and (max-width: $break-small) { | |
| width: 100%; | |
| } | |
| } | |
| } | |