Merge pull request #6042 from jitendra-webkul/master
Admin left nav ui issue fixed
This commit is contained in:
commit
d82e6802da
File diff suppressed because one or more lines are too long
|
|
@ -1,4 +1,4 @@
|
|||
{
|
||||
"/js/admin.js": "/js/admin.js?id=7d73f64f6f160ecd8a23",
|
||||
"/css/admin.css": "/css/admin.css?id=c541338bb74772040a29"
|
||||
"/css/admin.css": "/css/admin.css?id=749ae9fa621bac0feb71"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -43,7 +43,7 @@
|
|||
ul.menubar {
|
||||
li.menu-item {
|
||||
|
||||
>a {
|
||||
> a {
|
||||
padding: 5px 2px;
|
||||
display: block;
|
||||
color: $black;
|
||||
|
|
@ -759,7 +759,6 @@
|
|||
}
|
||||
|
||||
.rtl.dark-mode {
|
||||
|
||||
.navbar-left {
|
||||
background-color: $dark-bg;
|
||||
border-right: 1px solid $dark-bg;
|
||||
|
|
@ -767,7 +766,7 @@
|
|||
ul.menubar {
|
||||
li.menu-item {
|
||||
|
||||
>a {
|
||||
> a {
|
||||
padding: 5px 2px;
|
||||
display: block;
|
||||
color: $black;
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@ body {
|
|||
}
|
||||
|
||||
.padding-container-navbar-expand {
|
||||
padding-left: 200px !important;
|
||||
padding-left: 210px !important;
|
||||
}
|
||||
|
||||
.rtl {
|
||||
|
|
@ -24,7 +24,7 @@ body {
|
|||
}
|
||||
|
||||
.padding-container-navbar-expand {
|
||||
padding-right: 200px !important;
|
||||
padding-right: 210px !important;
|
||||
padding-left: 0px !important;
|
||||
}
|
||||
}
|
||||
|
|
@ -217,11 +217,13 @@ body {
|
|||
> a {
|
||||
color: $black;
|
||||
width: 100%;
|
||||
display: block;
|
||||
|
||||
.icon {
|
||||
display: inline-block;
|
||||
vertical-align: middle;
|
||||
transform: scale(0.7);
|
||||
margin-left: 3px;
|
||||
}
|
||||
|
||||
.menu-label {
|
||||
|
|
@ -307,7 +309,8 @@ body {
|
|||
position: fixed;
|
||||
bottom: 0;
|
||||
background-color: $white;
|
||||
width: 56px;
|
||||
width: 55px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
&.open {
|
||||
|
|
|
|||
|
|
@ -67,7 +67,6 @@
|
|||
<script>
|
||||
|
||||
$(document).ready(function () {
|
||||
|
||||
$(".menubar-anchor").click(function() {
|
||||
if ( $(this).parent().attr('class') == 'menu-item active' ) {
|
||||
$(this).parent().removeClass('active');
|
||||
|
|
|
|||
Loading…
Reference in New Issue