Lots of UI cleanups and update, gave a dark look for modals, bunch of icon changes etc

This commit is contained in:
root
2019-05-13 14:53:17 -04:00
parent 5c55358841
commit 4389c92c0e
79 changed files with 771 additions and 676 deletions

View File

@@ -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">