You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
127 lines
2.1 KiB
127 lines
2.1 KiB
header {
|
|
|
|
margin-top: 50px;
|
|
margin-left: 40px;
|
|
margin-right: 20px;
|
|
|
|
.bg-light
|
|
{
|
|
background-color: #ffffff00 !important;
|
|
|
|
|
|
}
|
|
.nav-link {
|
|
|
|
padding-left: 10px !important;
|
|
font-weight: 500; }
|
|
|
|
|
|
.navbar {
|
|
|
|
|
|
|
|
|
|
@media screen and (max-width:1261px)
|
|
{
|
|
|
|
position: relative;
|
|
display: flex;
|
|
flex-wrap: wrap; // allow us to do the line break for collapsing content
|
|
align-items: center;
|
|
justify-content: center; // space out brand from logo
|
|
flex-direction: row;
|
|
|
|
|
|
}
|
|
@media screen and (max-width:992px) {
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
.header-top-left{
|
|
display: flex;
|
|
align-items: center;
|
|
|
|
|
|
a{
|
|
font-size: 16px;
|
|
font-weight: 500;
|
|
margin: 5px;
|
|
color: black;
|
|
&:hover{
|
|
color:$color-red;
|
|
text-decoration: none;
|
|
}
|
|
}
|
|
|
|
}
|
|
|
|
.header-top-left img{
|
|
max-width: 20px;
|
|
width: 100px;
|
|
margin: 3px;
|
|
a{
|
|
color: $color-black;
|
|
}
|
|
|
|
}
|
|
|
|
.header-top-right {
|
|
display: flex;
|
|
align-items: center;
|
|
|
|
|
|
|
|
|
|
img{
|
|
max-width: 20px;
|
|
width: 100px;
|
|
margin: 3px;
|
|
}
|
|
.form-control{
|
|
border-top-left-radius: 21px;
|
|
border-bottom-left-radius: 21px;
|
|
border: 2px solid;
|
|
|
|
-webkit-box-shadow: 12px 4px 8px 2px rgba(0,0,0,0.34);
|
|
-moz-box-shadow: 12px 4px 8px 2px rgba(0,0,0,0.34);
|
|
box-shadow: 12px 4px 8px 2px rgba(0,0,0,0.34);
|
|
@media screen and (max-width:556px) {
|
|
|
|
width: 120px;
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
.searchb{
|
|
background-color:black;
|
|
padding: 5px;
|
|
border: 1px solid black;
|
|
border-top-right-radius: 21px;
|
|
border-bottom-right-radius: 21px;
|
|
margin-left: 5px;
|
|
|
|
-webkit-box-shadow: 12px 4px 8px 2px rgba(0,0,0,0.34);
|
|
-moz-box-shadow: 12px 4px 8px 2px rgba(0,0,0,0.34);
|
|
box-shadow: 12px 4px 8px 2px rgba(0,0,0,0.34);
|
|
}
|
|
|
|
}
|
|
}
|
|
.navbar-nav{
|
|
flex-direction: row !important;
|
|
}
|
|
|
|
|
|
|
|
|
|
|