mirror of
https://github.com/alextselegidis/easyappointments.git
synced 2024-11-25 17:33:19 +03:00
Updated backend header css.
This commit is contained in:
parent
450b7b3202
commit
ed3f2c1176
1 changed files with 5 additions and 10 deletions
|
@ -27,8 +27,7 @@ root {
|
||||||
|
|
||||||
#header #header-logo {
|
#header #header-logo {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
height: 60px;
|
margin: 6px 12px;
|
||||||
margin: 10px 15px 0px 15px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#header #header-logo img {
|
#header #header-logo img {
|
||||||
|
@ -42,9 +41,9 @@ root {
|
||||||
float: left;
|
float: left;
|
||||||
font-size: 20px;
|
font-size: 20px;
|
||||||
color: white;
|
color: white;
|
||||||
margin-top: 16px;
|
margin-top: 9px;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
text-shadow: 1px 1px 0px rgb(32, 99, 48);
|
/*text-shadow: 1px 1px 0px rgb(32, 99, 48);*/
|
||||||
}
|
}
|
||||||
|
|
||||||
#header #header-menu {
|
#header #header-menu {
|
||||||
|
@ -55,21 +54,17 @@ root {
|
||||||
|
|
||||||
#header #header-menu .menu-item {
|
#header #header-menu .menu-item {
|
||||||
float: left;
|
float: left;
|
||||||
margin-right: 8px;
|
padding: 18px 18px 19px;
|
||||||
margin-top: 11px;
|
min-width: 100px;
|
||||||
padding: 13px 12px;
|
|
||||||
min-width: 68px;
|
|
||||||
text-align: center;
|
text-align: center;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
color: #FFF;
|
color: #FFF;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
border-radius: 3px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#header #header-menu .menu-item:hover:not(.active) {
|
#header #header-menu .menu-item:hover:not(.active) {
|
||||||
background-color: #2A8F57;
|
background-color: #2A8F57;
|
||||||
border-bottom: 2px solid #2E7244;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#header #header-menu .active {
|
#header #header-menu .active {
|
||||||
|
|
Loading…
Reference in a new issue