fixes mobile nav bar and notification position
This commit is contained in:
parent
fbed18a984
commit
68a43cb590
1 changed files with 6 additions and 0 deletions
|
@ -673,6 +673,9 @@ th.css-accessory > .th-inner::before
|
||||||
}
|
}
|
||||||
|
|
||||||
@media screen and (max-width: 511px){
|
@media screen and (max-width: 511px){
|
||||||
|
.tab-content .tab-pane .alert-block {
|
||||||
|
margin-top: 120px
|
||||||
|
}
|
||||||
.sidebar-menu{
|
.sidebar-menu{
|
||||||
margin-top:160px;
|
margin-top:160px;
|
||||||
}
|
}
|
||||||
|
@ -841,6 +844,9 @@ input[type="radio"]:checked::before {
|
||||||
grid-template-columns: .1em auto;
|
grid-template-columns: .1em auto;
|
||||||
gap: 1.5em;
|
gap: 1.5em;
|
||||||
}
|
}
|
||||||
|
.nav-tabs-custom > .nav-tabs > li {
|
||||||
|
z-index:1;
|
||||||
|
}
|
||||||
|
|
||||||
/** --------------------------------------- **/
|
/** --------------------------------------- **/
|
||||||
/** End checkbox styles to replace iCheck **/
|
/** End checkbox styles to replace iCheck **/
|
||||||
|
|
Loading…
Add table
Reference in a new issue