mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 02:44:53 +00:00
Lots of UI cleanups and update, gave a dark look for modals, bunch of icon changes etc
This commit is contained in:
@@ -53,12 +53,12 @@ if(isset($_POST['login'])){
|
||||
|
||||
</head>
|
||||
|
||||
<body class="bg-dark">
|
||||
<body class="bg-secondary">
|
||||
|
||||
<div class="container">
|
||||
<div class="card card-login mx-auto mt-5">
|
||||
<div class="card-header"><h3><?php echo $config_company_name; ?> Login</h3></div>
|
||||
<div class="card-body">
|
||||
<div class="card card-login mx-auto mt-5 bg-dark">
|
||||
<div class="card-header mt-2 text-white"><h3><i class="fa fa-cloud"></i> <?php echo $config_company_name; ?></h3></div>
|
||||
<div class="card-body bg-white">
|
||||
<?php if(isset($response)) { echo $response; } ?>
|
||||
<form method="post">
|
||||
<div class="form-group">
|
||||
|
||||
Reference in New Issue
Block a user