Merge pull request #5664 from deepaksinghgusain227/navigation-slider
Navigation bar
This commit is contained in:
commit
b626ebdaa4
File diff suppressed because one or more lines are too long
|
|
@ -1,4 +1,4 @@
|
|||
{
|
||||
"/js/admin.js": "/js/admin.js?id=94da304c8b02ad3ba649",
|
||||
"/css/admin.css": "/css/admin.css?id=025777d782eb9e678c8e"
|
||||
"/css/admin.css": "/css/admin.css?id=8f47f9d965583dd83648"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -192,13 +192,10 @@ body {
|
|||
ul.menubar {
|
||||
|
||||
li.menu-item {
|
||||
font-size: 12px;
|
||||
position: relative;
|
||||
overflow: hidden;
|
||||
|
||||
>a {
|
||||
padding: 5px 2px;
|
||||
display: block;
|
||||
> a {
|
||||
color: $black;
|
||||
width: 100%;
|
||||
|
||||
|
|
@ -216,11 +213,6 @@ body {
|
|||
.arrow-icon {
|
||||
display: none;
|
||||
}
|
||||
|
||||
&.active,
|
||||
&:hover {
|
||||
padding: 5px 2px;
|
||||
}
|
||||
}
|
||||
|
||||
span {
|
||||
|
|
@ -281,13 +273,21 @@ body {
|
|||
}
|
||||
}
|
||||
|
||||
&.open {
|
||||
width: 200px;
|
||||
.menubar-bottom {
|
||||
padding: 12px;
|
||||
cursor: pointer;
|
||||
position: fixed;
|
||||
bottom:0;
|
||||
background-color: $white;
|
||||
width: 56px;
|
||||
}
|
||||
|
||||
&.open {
|
||||
width: 200px;
|
||||
|
||||
ul.menubar {
|
||||
height: 86vh;
|
||||
overflow-y: auto;
|
||||
height: 86%;
|
||||
|
||||
&::-webkit-scrollbar {
|
||||
width: 0px !important;
|
||||
|
|
@ -296,7 +296,6 @@ body {
|
|||
li.menu-item {
|
||||
a {
|
||||
.menu-label {
|
||||
font-size: 14px;
|
||||
font-weight: 200;
|
||||
display: inline-block;
|
||||
color: $black;
|
||||
|
|
@ -317,8 +316,9 @@ body {
|
|||
|
||||
li.sub-menu-item {
|
||||
a {
|
||||
padding-left: 52px;
|
||||
}
|
||||
padding-left: 56px;
|
||||
font-size: 14px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -359,16 +359,11 @@ body {
|
|||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.menubar-bottom {
|
||||
padding: 12px;
|
||||
cursor: pointer;
|
||||
position: fixed;
|
||||
bottom: 0;
|
||||
background-color: $white;
|
||||
width: 56px;
|
||||
}
|
||||
.menubar-bottom {
|
||||
width: 200px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.control-container {
|
||||
|
|
@ -878,7 +873,7 @@ body {
|
|||
margin-left: 0px;
|
||||
padding: 0px;
|
||||
margin-top: 40px;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -164,6 +164,7 @@ $toggleColor: #3c41ff;
|
|||
box-shadow: 0 0 50px rgba(0, 0, 0, 0.3);
|
||||
overflow-y: scroll ;
|
||||
text-decoration: none;
|
||||
transition: all 0.2s ease-in-out;
|
||||
|
||||
&::-webkit-scrollbar {
|
||||
display: none;
|
||||
|
|
|
|||
Loading…
Reference in New Issue