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/cartforge.co/app/design/frontend/Smartwave/porto_rtl/web/css/source/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : /home/corals/cartforge.co/app/design/frontend/Smartwave/porto_rtl/web/css/source/_sections.less
// /**
//  * Copyright © 2015 Magento. All rights reserved.
//  * See COPYING.txt for license details.
//  */

//
//  Common
//  _____________________________________________

& when (@media-common = true) {
  .product.data.items {
      .lib-data-accordion();
      .item.title {
          color: #818692;
          padding: 15px 0;
          font-weight: 700;
          text-transform: uppercase;
          background: none;
          border-bottom: 2px solid #e7e7e7;
          >.switch {
            font-size: 13px;
            display: inline-block;
            border: none;
            height: auto;
            padding: 0 !important;
            color: inherit;
            font-weight: inherit;
            line-height: inherit;
            background: none !important;
            display: block;
            &:hover {
              color: inherit;
              background: none;
            }
          }
          &.active {
            color: #222529;
            border-color: #222529;
            >.switch {
              color: inherit;
              background: none;
              padding: 0;
              &:hover,&:focus {
                padding: 0;
                color: inherit;
                background: none;
              }
            }
          }
          &:hover {
            border-color: #222529;
            color: #222529;
            >.switch {
              color: inherit;
              padding: 0;
            }
          }
          a {
              position: relative;
              &:after {
                  font-family: 'porto-icons';
                  content: @icon-down;
                  position: absolute;
                  left: @accordion-control__padding-right;
                  top: @accordion-control__padding-top;
              }
          }
          &.active a:after {
              content: @icon-up;
              font-family: 'porto-icons';
          }
      }
      > .item {
          &.content {
            border: none;
            box-shadow: none;
            padding: 30px 0 15px;
            p {
              font-size: 14px;
              font-weight: 400;
              letter-spacing: .005em;
              line-height: 1.9;
            }
          }
      }
      .value p:last-child {
          margin-bottom: 0;
      }
      .table-wrapper {
          margin: 0;
      }
  }
  .porto-info-list,.product.description ul {
    padding-right: 38.5px;
    margin-bottom: 20px;
    li {
        list-style: none;
        line-height: 1.5;
        padding-top: .5em;
        padding-bottom: .5em;
        margin: 0;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
    }
    .porto-info-icon, [class^=porto-icon-] {
        margin-left: 16.5px;
        line-height: 1.3;
        top: 2px;
        color: #21293c;
        font-size: 16px;
    }
    .porto-icon-ok:before {
      content: '\e8c1';
    }
    .porto-info-list-item .porto-info-icon {
        width: auto;
        display: inline-block;
    }
  }
}

//
//  Desktop
//  _____________________________________________

.media-width(@extremum, @break) when (@extremum = 'min') and (@break = @screen__m) {
    .product.data.items {
        .lib-data-tabs();
        border-bottom: 0;
        margin-left: 0;
        margin-right: 0;
        .item.title a:after {
            display: none;
        }
        > .item {
            &:first-child + div.item.content {
              display: block;
            }
            &.title {
                margin: 0 0 0 35px;
                color: #818692;
                padding: 7px 0;
                font-weight: 700;
                text-transform: uppercase;
                background: none;
                border-bottom: 2px solid transparent;
                display: inline-block;
                float: none;
                >.switch {
                  font-size: 13px;
                  display: inline-block;
                  border: none;
                  height: auto;
                  padding: 0 !important;
                  color: inherit;
                  font-weight: inherit;
                  line-height: inherit;
                  background: none !important;
                  display: block;
                  &:hover,&:active,&:focus {
                    color: inherit !important;
                    border-color: inherit  !important;
                    background: none;
                  }
                }
                &.active {
                  color: #222529;
                  border-color: #222529;
                  >.switch {
                    color: inherit;
                    background: none;
                    padding: 0;
                    &:hover,&:focus {
                      padding: 0;
                      color: inherit;
                      background: none;
                    }
                  }
                }
                &:hover {
                  border-color: #222529;
                  >.switch {
                    color: inherit;
                    padding: 0;
                  }
                }
            }
            &.content {
              border: none;
              border-top: solid 1px #e7e7e7;
              box-shadow: none;
              padding: 30px 0 15px;
              margin-top: 40px; 
            }
        }
        .vertical & {
          > .item {
            &.title {
              max-width: 20%;
              text-align: right;
              float: none;
              border: none;
              padding: 0;
              margin: 0;
              margin-bottom: 13px;
              overflow: hidden;
              position: relative;
              display: block;
              >.switch {
                padding: 3px 0 10px !important;
                display: inline-block;
                &::before {
                  content: '';
                  position: absolute;
                  width: 100%;
                  bottom: 0;
                  border-bottom: 1px solid #dae2e6;
                  z-index: 1;
                }
                &::after {
                  content: '';
                  display: block;
                  position: absolute;
                  width: 30vw;
                  bottom: 0;
                  border-bottom: 1px solid #dae2e6;
                  z-index: 0;
                  right: 0;
                }
              }
              &.active,&:hover {
                >.switch {
                  &::before {
                    border-width: 2px;
                    border-bottom-color: inherit;
                  }
                }
              }
            }
            &.content {
              position: absolute;
              float: none;
              margin: 0;
              width: 80%;
              left: 0;
              top: 0;
              padding-top: 0;
              border-top: none;
              padding-right: 30px;
              min-height: 180px;
            }
          }
        }
        .accordion & {
          & > .item.title {
            border-color: #e7e7e7;
            &.active {
              border-color: inherit;
            }
          }
          & > .item.title, & > .item.content {
              float: none;
              margin: 0;
              display: block;
          }
          & > .item.content {
            border: none;
          }
        }
        .sticky & {
          & > .item.title {
            &.active {
              color: inherit;
              border-color: transparent;
            }
            &:hover {
              color: inherit;
              border-color: inherit;
            }
          }
        }
    }
}

Spamworldpro Mini