react-code-dataset
/
wp-calypso
/client
/me
/notification-settings
/push-notification-settings
/style.scss
| @import "@wordpress/base-styles/breakpoints"; | |
| @import "@wordpress/base-styles/mixins"; | |
| .notification-settings-push-notification-settings__instruction { | |
| margin: 24px 0 0; | |
| @include break-medium { | |
| &-actions { | |
| display: flex; | |
| justify-content: space-between; | |
| } | |
| } | |
| } | |
| .card.notification-settings-push-notification-settings__settings { | |
| position: relative; | |
| margin-top: 1em; | |
| } | |