Merge branch 'dev' of bitbucket.org:jubilian/nhance-enrollment into dev
This commit is contained in:
commit
65d1274552
@ -24,6 +24,13 @@
|
|||||||
id="app-dark-stylesheet" />
|
id="app-dark-stylesheet" />
|
||||||
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;700;800;900&display=swap" rel="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 -->
|
<!-- icons -->
|
||||||
<link href="<?= base_url() . "public"; ?>/assets/css/icons.min.css" rel="stylesheet" type="text/css" />
|
<link href="<?= base_url() . "public"; ?>/assets/css/icons.min.css" rel="stylesheet" type="text/css" />
|
||||||
@ -67,12 +74,23 @@
|
|||||||
|
|
||||||
|
|
||||||
.inner-card {
|
.inner-card {
|
||||||
height: 70vh;
|
min-height: 100%;
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media screen and (max-height: 780px) {
|
||||||
|
.outer_card{
|
||||||
|
margin-top:7%;
|
||||||
|
margin-bottom:0%;
|
||||||
|
margin-left:10%;
|
||||||
|
margin-right:10%;
|
||||||
|
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
</head>
|
</head>
|
||||||
@ -110,6 +128,7 @@
|
|||||||
src="<?= base_url() . "public"; ?>/assets/images/googleButton.svg" width="200">
|
src="<?= base_url() . "public"; ?>/assets/images/googleButton.svg" width="200">
|
||||||
</a>
|
</a>
|
||||||
<?php if (session()->getFlashdata('error')) : ?>
|
<?php if (session()->getFlashdata('error')) : ?>
|
||||||
|
<br>
|
||||||
<span class="widget-simple text-center">
|
<span class="widget-simple text-center">
|
||||||
<div class="media-body align-self-center font-24 avatar-title">
|
<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>
|
<p style="color:red; font-family: 'Poppins', sans-serif;" class="mt-0" style><?= session('error') ?></p>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user