| .. | |||||
| _bootstrap_extend.scss | |||||
| _content_with_menu.scss | |||||
| _elements.scss | |||||
| _form.scss | |||||
| _header.scss | |||||
| _helpers.scss | |||||
| _menu.scss | |||||
| _nanoscroll.scss | |||||
| _page_header.scss | |||||
| _sidebar_left.scss | |||||
| _sidebar_left_sizing.scss | |||||
| _sidebar_right.scss | |||||
| _skeleton.scss | |||||
| _toolbar.scss |
| Server IP : 103.169.32.36 / Your IP : 216.73.217.13 Web Server : Apache System : Linux web.dpmptsp 3.10.0-1160.119.1.el7.x86_64 #1 SMP Tue Jun 4 14:43:51 UTC 2024 x86_64 User : apache ( 48) PHP Version : 5.6.40 Disable Function : NONE MySQL : ON | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /home/dpmptsp/public_html/home/admin/assets/stylesheets/sass/base/ |
Upload File : |
// SIDEBAR RIGHT
// -----------------------------------------------------------------------------
/* Sidebar Right */
.sidebar-right {
z-index: $sidebar-right-z-index;
.sidebar-right-wrapper {
padding: 20px;
}
h6 {
margin: 0;
color: $color-default-inverse;
text-transform: uppercase;
@include font-size(12);
font-weight: 600;
}
.mobile-close {
background: #000;
color: #999;
left: 0;
line-height: 50px;
padding-left: 20px;
position: relative;
overflow: hidden;
width: 100%;
text-align: left;
text-decoration: none;
i {
margin-left: 5px;
vertical-align: middle;
}
&:after {
box-shadow: 0 0px 3px 0 rgba(255, 255, 255, 0.7);
bottom: -1px;
content: '';
display: block;
height: 1px;
left: 0;
position: absolute;
right: 0;
}
}
}
/* If desktop is seeing mobile res, fix scrollbars */
@media only screen and (max-width: 767px) {
html.no-mobile-device.custom-scroll {
.sidebar-right {
.nano {
> .nano-content {
overflow: scroll;
overflow-x: hidden;
}
}
}
}
}| .. | |||||
| _bootstrap_extend.scss | |||||
| _content_with_menu.scss | |||||
| _elements.scss | |||||
| _form.scss | |||||
| _header.scss | |||||
| _helpers.scss | |||||
| _menu.scss | |||||
| _nanoscroll.scss | |||||
| _page_header.scss | |||||
| _sidebar_left.scss | |||||
| _sidebar_left_sizing.scss | |||||
| _sidebar_right.scss | |||||
| _skeleton.scss | |||||
| _toolbar.scss |