Working on navbar, will put fake content to get css sizes

This commit is contained in:
JC 2016-11-21 15:04:16 +01:00
parent b62587f9ab
commit 0db63f33c0
5 changed files with 84 additions and 53 deletions

View file

@ -1,3 +1,35 @@
#header {
top: 0;
left: 0;
position: fixed;
width: 100%;
z-index: 10;
border-radius: 0;
height: 60px;
#home {
text-align: center;
padding: 10px;
background-color: #003189;
.logo {
width: 118px;
height: 40px;
}
#tps-title {
font-family: Arial;
font-size: 24px;
font-weight: bold;
line-height: 28px;
padding: 5px 0 0 20px;
}
}
#navbar-body {
height: 60px;
background-color: #FFFFFF;
box-shadow: 0 1px 2px 0 rgba(0,0,0,0.5);
padding-left: 15px;
}
}
.btn-nav {
color: white;
background-color: transparent;
@ -27,7 +59,6 @@
.navbar {
color: white;
height: 35px;
background-color: rgb(15, 56, 130);
border: 0 !important;
.sign_in_FC {
@ -43,13 +74,6 @@
}
}
.logo {
margin-right: 10px;
max-height: 100%;
}
#title_navbar{
color: white;
font-weight: bold;