aboutsummaryrefslogtreecommitdiff
path: root/front-end/src/components/Login.vue
diff options
context:
space:
mode:
Diffstat (limited to 'front-end/src/components/Login.vue')
-rw-r--r--front-end/src/components/Login.vue1
1 files changed, 0 insertions, 1 deletions
diff --git a/front-end/src/components/Login.vue b/front-end/src/components/Login.vue
index 7de86cb..eeda1ba 100644
--- a/front-end/src/components/Login.vue
+++ b/front-end/src/components/Login.vue
@@ -102,7 +102,6 @@ const logout = () => {
}
}
-
button.btn{
@apply w-full focus:ring-4 focus:outline-none font-medium rounded text-sm px-5 py-2.5 text-center;
@apply text-white bg-blue-600 hover:bg-blue-700 focus:ring-blue-300 dark:bg-blue-600 dark:hover:bg-blue-700 dark:focus:ring-blue-800;