????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 : |
// =============================================================================
// _MEGAMENU.SCSS
// -----------------------------------------------------------------------------
// Site styles.
// =============================================================================
// =============================================================================
// TABLE OF CONTENTS
// -----------------------------------------------------------------------------
// 01. Base Styles
// 02. Navbar Layout Styles
// =============================================================================
// Base Styles
// =============================================================================
.desktop .x-nav .x-megamenu {
> .sub-menu {
a {
padding: 0.5em 0;
white-space: normal;
}
> li {
position: relative;
float: left;
border-right: 1px solid $baseBorderSolid;
border-right: 1px solid $baseBorderRgba;
padding: 17px 23px 20px;
background-color: $baseModBackground;
> a {
margin: 0;
padding-top: 0;
@include font-size(1.7);
text-transform: uppercase;
color: $navbarLinkColorHover;
> span:after {
display: none;
}
}
> .sub-menu {
display: block !important;
position: static;
visibility: visible !important;
width: 100%;
min-width: 0;
border: 0;
padding: 0;
@include box-shadow(#{none});
> li {
&:last-child {
a {
padding-bottom: 0;
}
}
}
}
}
}
&.col-2 > .sub-menu > li { width: 50%; &:nth-child(2n) { border-right: 0; } &:nth-child(3n) { clear: left; } }
&.col-3 > .sub-menu > li { width: 33.3333%; &:nth-child(3n) { border-right: 0; } &:nth-child(4n) { clear: left; } }
&.col-4 > .sub-menu > li { width: 25%; &:nth-child(4n) { border-right: 0; } &:nth-child(5n) { clear: left; } }
&.col-5 > .sub-menu > li { width: 20%; &:nth-child(5n) { border-right: 0; } &:nth-child(6n) { clear: left; } }
}
// Navbar Layout Styles
// =============================================================================
.x-navbar-static-active,
.x-navbar-fixed-top-active {
.desktop .x-nav .x-megamenu {
position: static;
> .sub-menu {
padding: 0;
left: 0;
right: 0;
}
}
}
.x-navbar-fixed-left-active,
.x-navbar-fixed-right-active {
.desktop .x-nav .x-megamenu {
position: relative;
> .sub-menu {
padding: 0;
width: 600px;
}
}
}