File size: 255 Bytes
1e92f2d |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 |
@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;
}
}
|