nombres y colores de los enlaces
This commit is contained in:
@@ -90,7 +90,7 @@
|
||||
<q-card-section class="text-center q-pa-none">
|
||||
<p class="text-grey-6">
|
||||
<router-link to="/login"
|
||||
>Are you registered? Go to Login</router-link
|
||||
>Está registrado? Página de login</router-link
|
||||
>
|
||||
</p>
|
||||
</q-card-section>
|
||||
@@ -187,7 +187,7 @@ const registrar = () => {
|
||||
};
|
||||
</script>
|
||||
|
||||
<style>
|
||||
<style scoped>
|
||||
.q-card {
|
||||
width: 360px;
|
||||
}
|
||||
@@ -196,6 +196,6 @@ a:link,
|
||||
a:visited,
|
||||
a:active {
|
||||
text-decoration: none;
|
||||
color: black;
|
||||
color: gray;
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user