????JFIF??x?x????'
| Server IP : 79.136.114.73 / Your IP : 216.73.216.217 Web Server : Apache/2.4.7 (Ubuntu) PHP/5.5.9-1ubuntu4.29 OpenSSL/1.0.1f System : Linux b8009 3.13.0-170-generic #220-Ubuntu SMP Thu May 9 12:40:49 UTC 2019 x86_64 User : www-data ( 33) PHP Version : 5.5.9-1ubuntu4.29 Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority, MySQL : ON | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /var/www/www.astacus.se/wp-content/themes/x/framework/css/src/site/_scss/stacks/icon/ |
Upload File : |
// =============================================================================
// _SIDEBAR.SCSS
// -----------------------------------------------------------------------------
// Site styles.
// =============================================================================
// =============================================================================
// TABLE OF CONTENTS
// -----------------------------------------------------------------------------
// 01. Base Styles
// =============================================================================
// Base Styles
// =============================================================================
.x-content-sidebar-active,
.x-sidebar-content-active {
.x-sidebar {
.x-container {
.widget_categories,
.widget_meta,
.widget_nav_menu,
.widget_pages {
overflow-x: hidden;
}
}
}
}
.x-content-sidebar-active {
.x-sidebar {
@include break(papa-bear) {
right: 0;
border-left: 1px solid $baseBorderSolid;
border-left: 1px solid $baseBorderRgba;
}
}
}
.x-sidebar-content-active {
.x-sidebar {
@include break(papa-bear) {
left: 0;
border-right: 1px solid $baseBorderSolid;
border-right: 1px solid $baseBorderRgba;
}
}
}
.x-full-width-active {
.x-sidebar.nano {
position: relative;
width: 100%;
margin-top: 50px;
z-index: $zindexNavbar - 5;
@include break(papa-bear) {
border-top: 1px solid $baseBorderSolid;
border-top: 1px solid $baseBorderRgba;
}
.max.width.nano-content {
position: relative;
padding-left: 0;
padding-right: 0;
}
}
}
.x-sidebar {
position: relative;
width: 100%;
margin: 0;
border-top: 1px solid $baseBorderSolid;
border-top: 1px solid $baseBorderRgba;
background-color: $baseModBackground;
@include break(papa-bear) {
position: fixed;
top: 0;
width: $sidebarWidth;
height: 100%;
margin: 0;
border-top: 0;
z-index: $zindexNavbar + 1;
@include translate3d(0, 0, 0);
}
.max.width {
padding-top: 5%;
padding-bottom: 5%;
@include break(papa-bear) {
padding-left: 20px;
padding-right: 20px;
}
}
.widget {
margin-top: 65px;
&:first-child {
margin-top: 0;
}
}
}