hensei-web/components/auth/SignupModal/index.module.scss
2023-06-23 19:14:42 -07:00

22 lines
294 B
SCSS

.fields {
display: flex;
flex-direction: column;
gap: $unit;
padding: 0 $unit-4x;
}
.terms {
color: $grey-50;
font-size: $font-small;
line-height: 1.2;
margin-top: $unit;
text-align: center;
a {
color: $blue;
&:hover {
color: darken($blue, 30);
}
}
}