Skip to content

Commit

Permalink
Changed in css for sub menu. (#86)
Browse files Browse the repository at this point in the history
* Changed in css for sub menu.

* Changed css in media query.
  • Loading branch information
waqasahmad12345 authored and murad-hubib committed Mar 26, 2018
1 parent 6bbaf7e commit 1a7c348
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions theme/static/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -366,6 +366,8 @@ section#pricing{
.slicknav_nav a:hover{
color: #1f541c;
}
.slicknav_nav li { padding: 0 0 0 15px; }
.slicknav_nav li ul li { padding: 0; }
}
@media (max-width: 1024px) and (min-width: 768px){
#carousel-area .carousel-inner .item .carousel-caption {
Expand All @@ -385,3 +387,11 @@ section#pricing{
z-index: -999999;
opacity: 0;
}

.dropdown-submenu > a::after { margin-top: 15px; }
.navbar-event .dropdown .dropdown-menu li .dropdown-menu {
left: 100%;
top: 4px;
}

.navbar-event .dropdown .dropdown-menu > li > a:hover, .navbar-event .dropdown .dropdown-menu > li > a .active, .navbar-event .dropdown .dropdown-menu > li:hover > a { color: #4CAF50; }

0 comments on commit 1a7c348

Please sign in to comment.