fix(signup): two style corrections

This commit is contained in:
Kalista Payne
2025-08-25 15:00:08 -05:00
parent 6c93033ad2
commit ad1fd03aad
2 changed files with 5 additions and 0 deletions

View File

@@ -369,6 +369,7 @@
<style lang="scss" scoped>
@import '@/assets/scss/colors.scss';
@import '@/assets/scss/forms.scss';
@import '@/assets/scss/privacy.scss';
@media only screen and (max-width: 768px) {

View File

@@ -112,6 +112,10 @@
border-radius: 2px;
margin-top: 2px;
}
.custom-control-input:checked~.custom-control-label::after {
margin-top: 2px;
}
}
.gradient-bg {