Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
vahalova committed Apr 12, 2018
1 parent 3103fb7 commit 1c5ea98
Show file tree
Hide file tree
Showing 3 changed files with 348 additions and 354 deletions.
23 changes: 19 additions & 4 deletions static/css/custom.css
Expand Up @@ -76,7 +76,7 @@ a:focus,
outline: 0;
}
.navbar-custom a {
color: #fff;
color: #333;
}
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover,
.nav>li>a:focus, .nav>li>a:hover,
Expand All @@ -101,7 +101,17 @@ a:focus,
opacity: 0.5;
color: #fa023c;
}

.navbar-nav{
float: left;
margin: 0;
}
.navbar-nav>li{
float: left;
}
navbar-right{
float: right;
margin-right: -15px;
}
/*******************
INTRO IMAGES
*******************/
Expand Down Expand Up @@ -272,7 +282,7 @@ HOMEPAGE
}
.join a,
.join {
color: #e51e41;
color: #333;
}
.actual-address a {
color: #fff;
Expand Down Expand Up @@ -456,7 +466,12 @@ h3, span {
}



.dropdown:hover .dropdown-menu, .dropdown:focus .dropdown-menu {
display: block;
-webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
box-shadow: 0 1px 8px 1px rgba(51, 51, 51, 0.13);
background-color: #f7f7f7;
}

/*******************
CITIES PAGE
Expand Down

0 comments on commit 1c5ea98

Please sign in to comment.