HEX
Server: Apache
System: Linux sxb1plzcpnl440011.prod.sxb1.secureserver.net 4.18.0-553.54.1.lve.el8.x86_64 #1 SMP Wed Jun 4 13:01:13 UTC 2025 x86_64
User: xfp2mtarcm67 (7705020)
PHP: 7.3.33
Disabled: NONE
Upload Files
File: //proc/thread-self/cwd/wp-content/plugins/addons-for-elementor/assets/css/widgets/message-box.scss
@import "../lae-lib";

/* ------------------------------------ Services ------------------------------------------- */

/* -------- General services -------- */

.lae-message-box-container {
  transition: height .25s cubic-bezier(.06,.51,.48,11)
}

.lae-message-box {
  display: flex;
  padding: 40px;
  background: #d9edf7;
  transition: opacity .2s ease,visibility .2s ease;
  &.lae-hidden {
    opacity: 0;
    visibility: hidden;
  }
  .lae-icon-wrapper, .lae-image-wrapper {
    line-height: 1;
    margin-right: 20px;
  }
  .lae-icon-wrapper i, .lae-icon-wrapper svg {
    color: #748085;
    fill: #748085;
    font-size: 36px;
  }
  .lae-message-title {
    margin: 0;
  }
  .lae-message-text {
    margin: 0;
  }
  .lae-close-icon {
    position: absolute;
    right: 15px;
    top: 15px;
    line-height: 1;
    cursor: pointer;
    transition: color .25s ease-in-out;
    i {
      color: #697073;
      font-size: 24px;
    }
  }
}