breakpoint script and style

This commit is contained in:
ogerly 2022-05-17 18:08:31 +02:00
parent 0a3696d749
commit 18480db98a
5 changed files with 5 additions and 0 deletions

View File

@ -41,6 +41,7 @@ export default {
},
}
</script>
<style lang="scss">
.authNavbar > .nav-link {
color: #383838 !important;

View File

@ -12,6 +12,7 @@
</span>
</div>
</template>
<script>
import locales from '@/locales/'
import { updateUserInfos } from '@/graphql/mutations'

View File

@ -34,6 +34,7 @@
</b-container>
</div>
</template>
<script>
import { forgotPassword } from '@/graphql/mutations'
import InputEmail from '@/components/Inputs/InputEmail'

View File

@ -106,6 +106,7 @@
</b-container>
</div>
</template>
<script>
import { createUser } from '@/graphql/mutations'
import CONFIG from '@/config'

View File

@ -20,6 +20,7 @@
</b-row>
</div>
</template>
<script>
import InputPasswordConfirmation from '@/components/Inputs/InputPasswordConfirmation'
import { setPassword } from '@/graphql/mutations'