Added subtitle in the backend header

This commit is contained in:
Alex Tselegidis 2020-10-21 21:36:05 +03:00
parent 69a0c2a48f
commit 8031104d49
2 changed files with 10 additions and 4 deletions

View file

@ -38,7 +38,8 @@
<nav id="header" class="navbar navbar-expand-md navbar-dark">
<div id="header-logo" class="navbar-brand">
<img src="<?= base_url('assets/img/logo.png') ?>">
<span>EASY!APPOINTMENTS</span>
<h6>EASY!APPOINTMENTS</h6>
<small>Open Source Web Scheduler</small>
</div>
<button type="button" class="navbar-toggler" data-toggle="collapse" data-target="#header-menu">

View file

@ -29,6 +29,12 @@ root {
#header #header-logo {
padding: 5px;
line-height: 0;
}
#header #header-logo small {
font-size: 11px;
color: #2e6a5b;
}
#header #header-logo img {
@ -38,12 +44,11 @@ root {
margin-right: 10px;
}
#header #header-logo span {
float: left;
#header #header-logo h6 {
margin-top: 6px;
font-size: 14px;
font-weight: bold;
color: white;
margin-top: 12px;
}
#header .navbar-toggler {