Compare commits

...

2 Commits

Author SHA1 Message Date
Wafie 764c87d3f3 fix path img 2023-01-20 20:27:09 +08:00
Wafie 68e5009d94 sso design 2023-01-19 23:35:09 +08:00
4 changed files with 25 additions and 2 deletions
+1 -1
View File
@@ -178,7 +178,7 @@ return [
// Third Parties
Spatie\Permission\PermissionServiceProvider::class,
Barryvdh\DomPDF\ServiceProvider::class,
Meneses\LaravelMpdf\LaravelMpdfServiceProvider::class,
// Meneses\LaravelMpdf\LaravelMpdfServiceProvider::class,
Maatwebsite\Excel\ExcelServiceProvider::class,
],
Binary file not shown.

After

Width:  |  Height:  |  Size: 204 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

@@ -35,6 +35,23 @@
</div>
</div>
</div>
<div class="row m-t-15 align-items-center justify-content-center">
<div class="col d-flex align-items-center justify-content-center">
<hr class="my-4">
<div class="ml-3 mr-3 font-weight-bold">Or</div>
<hr class="my-4">
</div>
</div>
<div class="row m-t-15 align-items-center justify-content-center">
<div class="col">
<div class="btn btn-block btn-outline-dark text-dark btn-lg b-rad-none"><img src="/images/google-icon.png" width="20" height="20" class="mr-2" />Sign In With Google</div>
</div>
</div>
<div class="row m-t-15 align-items-center justify-content-center">
<div class="col">
<div class="btn btn-block btn-complete text-white btn-lg b-rad-none"><img src="/images/facebook-icon.png" width="20" height="20" class="mr-2" />Sign In With Facebook</div>
</div>
</div>
</div>
</div>
</div>
@@ -67,4 +84,10 @@
mixins: [loginFormValidation]
}
</script>
</script>
<style scoped>
hr.my-4{
border-top: 1px solid rgba(58, 58, 58, 0.5);
width: 100%;
}
</style>