react-code-dataset
/
wp-calypso
/client
/blocks
/login
/two-factor-authentication
/two-factor-actions.scss
| @import "@wordpress/base-styles/variables"; | |
| .two-factor-authentication__actions.card { | |
| display: flex; | |
| flex-direction: column; | |
| clip-path: initial; | |
| gap: $grid-unit-20; | |
| margin-bottom: 0; | |
| padding: 0 0 $grid-unit-30; | |
| &::after { | |
| content: unset; | |
| } | |
| } | |