Skip to content

Commit

Permalink
Issue 874 resolved
Browse files Browse the repository at this point in the history
  • Loading branch information
Mayank4git committed May 18, 2020
1 parent a74555e commit 007f668
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/assets/styles/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -220,6 +220,7 @@ p.lead {
padding-bottom: 0;
padding-left: 5px;
padding-right: 5px;
margin-right: 95px
}

@media (max-width: 990px) {
Expand Down
2 changes: 1 addition & 1 deletion src/assets/styles/theme-fire.css
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ nav.bg-dark .logo-dark{display:none;}
.menu > li:last-child{margin-right:0;}
/*.menu > li:last-child > ul{right:0;}*/
.menu > li:last-child > ul ul{left:auto;right:100%;}
.menu > li ul{width:200px;padding:8px 0;background:#292929;position:absolute;z-index:99;opacity:0;transition:all 0.3s ease;-webkit-transition:all 0.3s ease;-moz-transition:all 0.3s ease;transform:translate3d(0, 10px, 0);-webkit-transform:translate3d(0, 10px, 0);-moz-transform:translate3d(0, 10px, 0);visibility:hidden;margin-top:-1px;}
.menu > li ul{width:195px;padding:8px 0;background:#292929;position:absolute;z-index:99;opacity:0;transition:all 0.3s ease;-webkit-transition:all 0.3s ease;-moz-transition:all 0.3s ease;transform:translate3d(0, 10px, 0);-webkit-transform:translate3d(0, 10px, 0);-moz-transform:translate3d(0, 10px, 0);visibility:hidden;margin-top:-1px;}
.menu > li > ul > li{position:relative;line-height:24px;width:100%;vertical-align:top;}
.menu > li > ul > li i{display:inline-block;margin-right:2px;}
.menu > li > ul > .has-dropdown:after{color:#fff;top:5px;right:24px;content:"\e649";}
Expand Down

0 comments on commit 007f668

Please sign in to comment.