Spamworldpro Mini Shell
Spamworldpro


Server : Apache
System : Linux server2.corals.io 4.18.0-348.2.1.el8_5.x86_64 #1 SMP Mon Nov 15 09:17:08 EST 2021 x86_64
User : corals ( 1002)
PHP Version : 7.4.33
Disable Function : exec,passthru,shell_exec,system
Directory :  /home/corals/mets.corals.io/wp-content/metras.v32.1/resources/assets/styles/layouts/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : /home/corals/mets.corals.io/wp-content/metras.v32.1/resources/assets/styles/layouts/header.scss
/**
 * Header
 */
/*! purgecss start ignore */
.banner .nav {
  li {

    @extend .nav-item;
  }

  a {
    @extend .nav-link;
  }
}

.banner {
  position: relative;
  .logo{
    text-align: center;

    @extend .pt-4;
    @extend .pb-4;
    .brand{
      height: 95px;
      width: 200px;
      background-image: url('../images/logo.png');
      background-repeat: no-repeat;
      background-position: center;
      background-size: contain;
      display: inline-block;
      text-indent: -9999px;
    }
  }

  .nav{
    > .menu-item{
      display: inline-flex;
      flex-grow: 1;
      text-align: center;
      > a{
        width: 100%;
        font-weight: bold;
        font-size: 1.35rem;

        transition: background-color .3s linear;

        &:hover,
        .current-menu-item &{
          background: theme-color('secondary');
          color: $white;
        }
      }

      &.menu-item-has-children{
        position: relative;
        ul{
          display: none;
          background: $white;
          position: absolute;
          top: 48px;
          left: 0px;
          list-style: none;
          z-index: 4;
          padding: 0px;
          min-width: 100%;
          li{
            padding: 6px 8px;
          }
        }
        &:hover{
          ul{
            display: block;
          }
        }
      }
    }
  }
}

.menu-main-menu-container{
  > .nav{
    > .menu-item{
      > a{
        color: $grey;
      }
    }
  }
}
/*! purgecss end ignore */

Spamworldpro Mini