HEX
Server: Apache/2
System: Linux ns65.hostinglotus.net 4.18.0-553.16.1.el8_10.x86_64 #1 SMP Thu Aug 8 07:11:46 EDT 2024 x86_64
User: newsnnno (1225)
PHP: 8.2.20
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/newsnnno/domains/bizbkkch.com/public_html/news/wp-content/plugins/seed-social/scss/style.scss
.seed-social {
  font-family: sans-serif;
  font-family: var(--s-heading, sans-serif);
  font-size: 14px;
  margin: 1.5em 0;
  padding: 0;
  text-align: center;
  list-style: none;
  * {
    box-sizing: border-box;
  }
  &:before,
  &:after {
    content: '';
    display: table;
  }
  &:after {
    clear: both;
  }
  > li {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
    overflow: hidden;
    vertical-align: top;
    &:last-of-type a {
      margin-right: 0;
    }
  }
  a {
    color: #fff !important;
    text-decoration: none !important;
    box-shadow: none !important;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    min-width: 80px;
    border-radius: 3px;
    padding: 4px;
    &:hover {
      color: #fff;
      span,
      svg {
        opacity: 0.8;
      }
    }
    &:focus,
    &:active {
      color: #fff;
      span,
      svg {
        opacity: 0.5;
      }
    }
  }
  svg,
  span {
    color: #fff;
    transition: 0.3s ease;
    pointer-events: none;
  }
  .text {
    display: none;
    pointer-events: none;
  }
  .count {
    background: none;
    float: none;
    font-size: inherit;
    pointer-events: none;
    opacity: 0;
    transition: 500ms ease-in-out;
    font-weight: normal;
    text-transform: uppercase;
  }
  .woocommerce-cart &,
  .woocommerce-checkout &,
  .woocommerce-account & {
    display: none;
  }

  .facebook {
    a {
      background-color: #1877f2;
    }
  }
  .twitter {
    a {
      background-color: #000000;
    }
  }
  .line {
    a {
      background-color: #00b900;
    }
  }

  @media (min-width: 768px) {
    text-align: left;
    a {
      padding: 4px 10px 4px 8px;
    }
    .text {
      padding-left: 8px;
      display: flex;
      font-weight: 500;
    }
  }
}