mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-13 20:57:24 +01:00
fix(signup): two style corrections
This commit is contained in:
@@ -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) {
|
||||
|
||||
@@ -112,6 +112,10 @@
|
||||
border-radius: 2px;
|
||||
margin-top: 2px;
|
||||
}
|
||||
|
||||
.custom-control-input:checked~.custom-control-label::after {
|
||||
margin-top: 2px;
|
||||
}
|
||||
}
|
||||
|
||||
.gradient-bg {
|
||||
|
||||
Reference in New Issue
Block a user