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/mautic.corals.io/app/bundles/CoreBundle/Assets/css/app/less/components/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : /home/corals/mautic.corals.io/app/bundles/CoreBundle/Assets/css/app/less/components/steps.less
//
// Steps
// --------------------------------------------------

.step {
  padding: 0;
  margin: 0;

  // step list
  > li {
    list-style: none;
    + li {
      margin-top: 15px;

      // steps line
      .steps:after {
        content: "";
        position: absolute;
        left: @input-height-base / 2;
        top: -15px;
        height: 15px;
        width: 1px;
        background-color: @gray-light;
      }
    }

    // steps active state
    &.active {
      .steps {
        color: @text-color;
        > .steps-figure {
          border-color: @text-color;
        }
      }
      a.steps {
        &:hover,
        &:focus {
          color: @text-color;
          > .steps-figure {
            border-color: @text-color;
          }
        }
      }
    }

    // anchored steps
    a.steps {
      &:hover,
      &:focus {
        color: darken(@gray-light, 10%);
        > .steps-figure {
          border-color: darken(@gray-light, 10%);
        }
      }
    }
  }

  // the steps
  // -------------------------
  .steps {
    position: relative;
    display: inline-block;
    color: @gray-light;

    // steps figure
    > .steps-figure {
      display: inline-block;
      .square(@input-height-base);
      text-align: center;
      font-size: 14px;
      line-height: @input-height-base - 4;
      border-radius: 50%;
      border: 2px solid @gray-light;
      + .steps-text {
        margin-left: 5px;
      }
    }

    // steps text
    > .steps-text {
      + .steps-figure {
        margin-left: 5px;
      }
    }
  }
}

.horizontal-step {
  padding: 0;
  margin: 0;
  // step list
  > li {
    list-style: none;
    display: inline;
    + li {
      margin-left: 15px;
      // steps line
      .steps:after {
        content: "";
        position: absolute;
        left: -18px;
        top: @input-height-base / 2;
        height: 1px;
        width: 18px;
        background-color: @gray-light;
      }
    }

    // steps active state
    &.active {
      .steps {
        color: @text-color;
        > .steps-figure {
          border-color: @text-color;
        }
      }
      a.steps {
        &:hover,
        &:focus {
          color: @text-color;
          > .steps-figure {
            border-color: @text-color;
          }
        }
      }
    }

    // anchored steps
    a.steps {
      &:hover,
      &:focus {
        color: darken(@gray-light, 10%);
        > .steps-figure {
          border-color: darken(@gray-light, 10%);
        }
      }
      &.disabled {
        color: lighten(@gray-light, 10%);
        > .steps-figure {
          border-color: lighten(@gray-light, 10%);
        }
        &:hover {
          color: lighten(@gray-light, 10%);
          cursor: not-allowed;
          > .steps-figure {
            border-color: lighten(@gray-light, 10%);
          }
        }
      }
    }
  }

  // the steps
  // -------------------------
  .steps {
    position: relative;
    display: inline-block;
    color: @gray-light;

    // steps figure
    > .steps-figure {
      display: inline-block;
      .square(@input-height-base);
      text-align: center;
      font-size: 14px;
      line-height: @input-height-base - 4;
      border-radius: 50%;
      border: 2px solid @gray-light;
      + .steps-text {
        margin-left: 5px;
      }
    }

    // steps text
    > .steps-text {
      + .steps-figure {
        margin-left: 5px;
      }
    }
  }
}

Spamworldpro Mini