Skip to content
Snippets Groups Projects
Commit f716cfb3 authored by Bryan BRANCOTTE's avatar Bryan BRANCOTTE
Browse files

WIP #2

parent 7ef1c55d
No related branches found
No related tags found
No related merge requests found
Pipeline #14022 passed
......@@ -60,10 +60,12 @@ body {
header div{
}
header nav{
header nav.navbar{
background: #211b1d;
color: #fff;
padding:0 calc( 50vw - 600px ) !important;
/*padding:0 calc( 50vw - 600px ) !important;*/
padding-top:0;
padding-bottom:0;
}
header .navbar-brand {
......@@ -71,6 +73,7 @@ header .navbar-brand {
font-family: "BrandonGrotesqueBld";
}
header .dropdown-menu a,
header a {
display: block;
color: #fff;
......@@ -82,12 +85,30 @@ header a {
font-family: "BrandonGrotesqueReg";
}
header .dropdown-menu a:hover,
/*header .dropdown-menu>a:hover,
header .dropdown.show>a ,*/
header a:hover {
background: #fff;
color: #2d80e2;
font-weight: 700;
text-decoration: none;
}
header .dropdown.show>a {
box-shadow: inset 0px 1px 0px 0px #FFF, inset 1px 0px 0px 0px #FFF, inset -1px 0px 0px 0px #FFF;
border-bottom: 0;
color: #fff;
z-index: 1001;
position: relative;
background: #211b1d;
}
header .dropdown-menu {
background: #211b1d;
border-color:#fff;
border-radius:0;
margin-top: -1px;
}
footer{
padding: 80px 0px;
......@@ -203,6 +224,7 @@ main a {
.card-header,
.card-footer{
font-family: "PlayfairDisplayReg";
background-color:#F0F3F4;
}
.content-page-title {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment