react-code-dataset / wp-calypso /client /landing /subscriptions /components /fields /block-emails-setting /style.scss
| @import "../components"; | |
| .block-emails-setting { | |
| display: flex; | |
| flex-direction: column; | |
| &.form-fieldset { | |
| @extend %form-fieldset; | |
| margin-left: 2px; | |
| .title { | |
| @extend %form-label; | |
| } | |
| .form-label { | |
| display: flex; | |
| align-items: center; | |
| .input-container { | |
| display: flex; | |
| } | |
| .form-checkbox { | |
| @extend %form-checkbox; | |
| } | |
| span { | |
| font-weight: 400; | |
| } | |
| } | |
| } | |
| } | |