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/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : /home/corals/mets.corals.io/wp-content/metras.v32.1/resources/assets/styles/responsive.scss
/*! purgecss start ignore */

@supports(padding:max(0px)) {
  body, header, footer {
    padding-left: min(0vmin, env(safe-area-inset-left));
    padding-right: min(0vmin, env(safe-area-inset-right));
  }
}

@media screen and (max-width: 767px){
  .posts-loop {
    .post-card{

      min-height: auto;
      .post-meta{
        position: static;
      }

      .card-title-wrapper{
        min-height: auto;
      }

      .card-text{
        height: auto;
        padding-bottom: 16px;
      }
    }
  }


  .heateor_sss_sharing_container .heateor_sss_sharing_ul{
    margin-top: 0px !important;
  }

  article{
    &.post{
      .card{
        .card-body{
          padding: 0px;
        }
      }
    }
  }

  .single-post{
    .post {
      .post-meta{
        justify-content: center;
        display: flex;
        flex-flow: column;
      }
    }
  }

  .post-meta{
    .author-image{
      display: inline-block !important;
    }
  }

  .affix-menu{

    .nav-primary{
      position: fixed;
      background-color: $white;
      top: 0px;
      bottom: 0px;
      left: 20%;
      right: 0px;
      box-shadow: 0px 2px 5px rgba(125, 125, 125, 0.4);
      .nav{
        display: block;
        > .menu-item{
          display: block;
        }
      }
      .menu-open &{
        display: block;
        z-index: 100;
      }
    }
  }
  .top-header{
    .text-right{
      text-align: center !important;
    }
  }


  #header-menu{
    .nav-primary{
      display: none;
      position: fixed;
      background-color: rgba($white,0.9);
      top: 0px;
      bottom: 0px;
      left: 0px;
      right: 0px;
      box-shadow: 0px 2px 5px rgba(125, 125, 125, 0.4);
      z-index: 100;

      .close.menu-toggle{
        font-size: 50px;
        left: 40px;
        position: relative;
        display: block;
        float: none;
        margin-top: 15px;
      }

      .menu-open &{
        display: block;
      }
      .nav{
        display: block;
        > .menu-item{
          display: block;
        }
      }
    }
  }
  .banner{
    .main-toggle-button{
      position: absolute;
      top: 50%;
      margin-top: -8px;
    }
  }

  .single-post{
    article.post {
      main{
        .post-meta {
          .share{
            position: fixed;
            bottom: 0px;
            background: #FFF;
            z-index: 1;
            left: 0px;
            right: 0px;
            padding: 16px 32px;
            box-shadow: -1px 0px 5px rgba($grey, 0.2);
            .heateor_sss_sharing_container .heateor_sss_sharing_ul{
              justify-content: space-between;
            }
            padding-bottom: calc( 16px + env(safe-area-inset-bottom));
          }
        }
      }
    }
  }

  article{
    main{
      &.card{
        &.p-4{
          padding: 1.5rem 1rem !important;
        }
        .card-img-top{
          border-radius: 0px;
        }

        header{
          h3{
            font-size: 1.5rem;
          }
          .entry-title{
            &.card-title{
              font-size: 2rem;
            }
          }
        }

        .post-image{
          margin-left: -1rem;
          margin-right: -1rem;
        }

        .entry-content{
          img{
            width: calc(100% + 2rem);
            max-width: none;
            margin-left: -1rem;
            margin-right: -1rem;
          }
          font-size: 1.2rem;
          line-height: 2.5rem;

          iframe{
            max-width: 100%;
          }
        }
      }
    }
  }

  body{

    .panleft-icon,
    .panright-icon{
      position: fixed;
      width: 120px;
      height: 120px;
      top: 50%;
      margin-top: -50px;
      background-color: rgba($black,0.8);
      z-index: 11;
      border-radius: 50%;
      transition: all .25s ease-in;
    }

    .panleft-icon{
      left: -50px;
      padding-right: 14px;
      text-align: right;
      transform: translateX(-70px);

      &:after{
        content: "\2192";
        color: #FFF;
        font-size: 50px;
        line-height: 130px;
      }
    }

    .panright-icon{
      right: -50px;
      padding-left: 14px;
      text-align: left;
      transform: translateX(70px);

      &:after{
        content: "\2190";
        color: #FFF;
        font-size: 50px;
        line-height: 130px;
      }
    }

    &.panleft{
      .panleft-icon{
        transform: translateX(0px);
      }
    }

    &.panright{
      .panright-icon{
        transform: translateX(0px);
      }
    }
  }

  #header-menu{
    .newsletter{
      position: absolute;
      bottom: 0px;
      left: 0px;
      right: 0px;
      background-color: transparent;
      border-top: 1px solid rgba($grey,0.2);
    }
  }

  .files-template-default{
    .files{
      &.type-files{
        > .card{
          .card-body{
            padding: 0px;
          }
        }

      }
    }
  }

  .dfater.big-preview .card-file{
    min-height: 265px;
  }


  .post-template-default{
    .bottom-footer{
      padding-bottom: 70px;
    }
  }


  .post-template-default {
    .tags-content {
      right: 1rem;
      bottom: 2rem;
    }
  }

  .banner .logo .brand{
    max-width: 140px;
    height:70px;
  }

  .top-header{
    float: none;
    justify-content: flex-end;
    text-align: right !important;
  }

  .top-header .text-right{
    text-align: right !important;
  }

  .banner .main-toggle-button{
    top: -10px;
    margin-top: 0px;
    left: 0px;
    z-index: 1;
  }

  #menu-item-10687{
    display: block;
  }



  .archive.category{
    .posts-infinite-scroll{
      .post-vertical{
        &:first-child{
          border-style: solid;
          border-width: 1.25rem;
          .card-body{
            padding: .25rem;
          }
        }
      }
    }
  }

  .page-up{
    display: block;
  }

  .mobile-menu-widget{
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    .form-group{
      display: flex;
      justify-content: center;
      align-items: center;
      .mt-2{
        margin: 0px !important;
      }
    }
  }

  .affix{
    .affix-menu{
      padding: 0 !important;
      //.banner{
        .logo{
          padding-top: 4px !important;
          padding-bottom: 4px !important;
          max-width: 90px !important;
          .brand{
            max-width: 90px !important;
            height: 60px !important;
          }
        }
      //}
    }
  }

  .btn-icon{

  }


  .instagram-post.big-preview{
    height: 230px;
  }
}

/*! purgecss end ignore */

Spamworldpro Mini