File size: 137 Bytes
1e92f2d | 1 2 3 4 5 6 7 8 9 10 11 12 | .two-factor-actions__actions.card {
margin-bottom: 0;
.button {
width: 100%;
&:not(:first-child) {
margin-top: 20px;
}
}
}
|
1e92f2d | 1 2 3 4 5 6 7 8 9 10 11 12 | .two-factor-actions__actions.card {
margin-bottom: 0;
.button {
width: 100%;
&:not(:first-child) {
margin-top: 20px;
}
}
}
|