mirror of
https://github.com/alextselegidis/easyappointments.git
synced 2024-11-08 17:12:25 +03:00
Added subtitle in the backend header
This commit is contained in:
parent
69a0c2a48f
commit
8031104d49
2 changed files with 10 additions and 4 deletions
|
@ -38,7 +38,8 @@
|
||||||
<nav id="header" class="navbar navbar-expand-md navbar-dark">
|
<nav id="header" class="navbar navbar-expand-md navbar-dark">
|
||||||
<div id="header-logo" class="navbar-brand">
|
<div id="header-logo" class="navbar-brand">
|
||||||
<img src="<?= base_url('assets/img/logo.png') ?>">
|
<img src="<?= base_url('assets/img/logo.png') ?>">
|
||||||
<span>EASY!APPOINTMENTS</span>
|
<h6>EASY!APPOINTMENTS</h6>
|
||||||
|
<small>Open Source Web Scheduler</small>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<button type="button" class="navbar-toggler" data-toggle="collapse" data-target="#header-menu">
|
<button type="button" class="navbar-toggler" data-toggle="collapse" data-target="#header-menu">
|
||||||
|
|
|
@ -29,6 +29,12 @@ root {
|
||||||
|
|
||||||
#header #header-logo {
|
#header #header-logo {
|
||||||
padding: 5px;
|
padding: 5px;
|
||||||
|
line-height: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
#header #header-logo small {
|
||||||
|
font-size: 11px;
|
||||||
|
color: #2e6a5b;
|
||||||
}
|
}
|
||||||
|
|
||||||
#header #header-logo img {
|
#header #header-logo img {
|
||||||
|
@ -38,12 +44,11 @@ root {
|
||||||
margin-right: 10px;
|
margin-right: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#header #header-logo span {
|
#header #header-logo h6 {
|
||||||
float: left;
|
margin-top: 6px;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
color: white;
|
color: white;
|
||||||
margin-top: 12px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#header .navbar-toggler {
|
#header .navbar-toggler {
|
||||||
|
|
Loading…
Reference in a new issue