????JFIF??x?x????'
Server IP : 79.136.114.73 / Your IP : 3.144.25.212 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/renew/ |
Upload File : |
// ============================================================================= // _TOPBAR.SCSS // ----------------------------------------------------------------------------- // Site styles. // ============================================================================= // ============================================================================= // TABLE OF CONTENTS // ----------------------------------------------------------------------------- // 01. Base Styles // ============================================================================= // Base Styles // ============================================================================= .x-topbar { position: relative; min-height: 46px; padding: 6px 0; background-color: darken($navbarBackground, 7%); z-index: $zindexNavbar + 1; @include clearfix(); .p-info { float: left; margin: 8px 0 0; @include font-size(1.1); letter-spacing: 1px; line-height: 1.3; color: $navbarLinkColor; @include break(middle-bear) { float: none; margin: 4px 0 11px; text-align: center; } a { color: $navbarLinkColor; &:hover { color: $navbarLinkColor; } } } .x-social-global { float: right; @include break(middle-bear) { float: none; margin-bottom: 6px; text-align: center; } a { margin-left: 6px; width: 32px; height: 32px; line-height: 32px; text-align: center; @include font-size(1.8); @include break(middle-bear) { margin: 0 1%; } &.foursquare { @include font-size(1.7); } } } }