Spamworldpro Mini Shell
Spamworldpro


Server : Apache/2.4.52 (Ubuntu)
System : Linux webserver 6.8.0-49-generic #49~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Wed Nov 6 17:42:15 UTC 2 x86_64
User : www-data ( 33)
PHP Version : 8.1.2-1ubuntu2.21
Disable Function : NONE
Directory :  /var/www/theprintave/wp-content/themes/pricom/assets/scss/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : /var/www/theprintave/wp-content/themes/pricom/assets/scss/_heading.scss
// Headings
$root: '.haru-heading';

#{$root} {
  &--style-1 {
    font-size: 28px;
    margin-top: 0px;
    margin-bottom: 25px;
    padding-bottom: 10px;
    // text-transform: uppercase;

    // &:before {
    //   content: '';
    //   display: inline-block;
    //   width: 3px;
    //   height: 24px;
    //   background-color: $cl-primary;
    //   margin-right: 15px;
    //   position: relative;
    //   top: 3px;
    // }

    @media screen and (max-width: $screen-lg-max) {
      font-size: 24px;
    }

    @media screen and (max-width: $screen-md-max) {
      font-size: 22px;
    }

    @media screen and (max-width: $screen-sm-max) {
      font-size: 20px;
    }

    @media screen and (max-width: $screen-xs-max) {
      // font-size: 18px;
    }
  }

  &--style-2 {
    font-size: 24px;
    margin-top: 0px;
    margin-bottom: 0;
    padding: 20px 20px;
    background-color: $cl-primary;
    border-top-left-radius: $border-radius;
    border-top-right-radius: $border-radius;
    color: $cl-white;
    text-transform: capitalize;
  }

  // Align
  &--align {
    &-center {
        text-align: center;
    }
  }
}

Spamworldpro Mini