HEX
Server: LiteSpeed
System: Linux s324 4.18.0-553.141.2.lve.el8.x86_64 #1 SMP Wed Jul 8 16:10:02 UTC 2026 x86_64
User: leoir (1352)
PHP: 8.3.31
Disabled: exec,system,passthru,shell_exec,proc_close,proc_open,dl,popen,show_source,posix_kill,posix_mkfifo,posix_getpwuid,posix_setpgid,posix_setsid,posix_setuid,posix_setgid,posix_seteuid,posix_setegid,posix_uname
Upload Files
File: /home/leoir/.trash/files/oceanwp1/sass/components/topbar/_topbar-content.scss
/**
 * Top Bar Content
 */
#top-bar-content {
  strong {
    color: $color-2;
  }

  > a {
    color: $color-11;

    &:hover {
      color: $color-5;
    }
  }

  select {
    background-color: transparent;
    padding: 5px;
    color: rgba(0, 0, 0, 0.4);
    border-color: rgba(0, 0, 0, 0.2);
    min-width: 100px;
  }

  #lang_sel {
    position: relative;
    display: inline-block;
    top: 3px;
    margin-right: 10px;
    z-index: 99;
  }
}

#topbar-template {
  display: inline-block;
}

#top-bar-wrap #lang_sel ul ul {
  z-index: 99999;
}

.top-bar-right .polylang-switcher-shortcode {
  float: right;
  margin: 0;
  margin-left: 20px;
}

.top-bar-left .polylang-switcher-shortcode {
  float: left;
  margin: 0;
  margin-right: 20px;
}

/*------------------------------------*
  Phone Portrait and Landscape
*------------------------------------*/
@media only screen and (max-width: 767px) {

  #top-bar-content, #top-bar-social-alt {
    float: none;
    text-align: center;
  }

  #top-bar #lang_sel {
    text-align: left;
  }

  body.rtl #top-bar #lang_sel {
    text-align: right;
  }
  
}