File size: 123 Bytes
41a71fd |
1 2 3 4 5 6 7 8 9 10 |
@import '@/app/globalStyles/config/mixin.scss';
.AuthByEmail {
display: block;
}
.field {
margin-bottom: 12px;
}
|
41a71fd |
1 2 3 4 5 6 7 8 9 10 |
@import '@/app/globalStyles/config/mixin.scss';
.AuthByEmail {
display: block;
}
.field {
margin-bottom: 12px;
}
|