CHANGE NEW LOGIN PAGE IN PRE ENROLLMENT : VADIVEL J
This commit is contained in:
parent
d99f0bfe78
commit
6b0b7f5202
@ -24,6 +24,13 @@
|
||||
id="app-dark-stylesheet" />
|
||||
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;700;800;900&display=swap" rel="stylesheet">
|
||||
|
||||
<!-- For background image -->
|
||||
<link rel="preload" as="image" href="<?= base_url('public/assets/images/background_theme.jpg') ?>" />
|
||||
|
||||
<!-- For logo -->
|
||||
<link rel="preload" as="image" href="<?= base_url('public/assets/images/Nhance-Logo-Final.png') ?>" />
|
||||
|
||||
|
||||
|
||||
<!-- icons -->
|
||||
<link href="<?= base_url() . "public"; ?>/assets/css/icons.min.css" rel="stylesheet" type="text/css" />
|
||||
@ -67,7 +74,7 @@
|
||||
|
||||
|
||||
.inner-card {
|
||||
height: 70vh;
|
||||
min-height: 100%;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
@ -110,6 +117,7 @@
|
||||
src="<?= base_url() . "public"; ?>/assets/images/googleButton.svg" width="200">
|
||||
</a>
|
||||
<?php if (session()->getFlashdata('error')) : ?>
|
||||
<br>
|
||||
<span class="widget-simple text-center">
|
||||
<div class="media-body align-self-center font-24 avatar-title">
|
||||
<p style="color:red; font-family: 'Poppins', sans-serif;" class="mt-0" style><?= session('error') ?></p>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user