Sha256: 57b1285cff84eaeb65b8145f5f5ac287262d7402f8a1783b5d8d85d57ca5fa60

Contents?: true

Size: 852 Bytes

Versions: 11

Compression:

Stored size: 852 Bytes

Contents

.locked {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;

  z-index: 5;

  &:before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    background-color: var(--ui-backdrop-color);
    opacity: 0.8;
  }

  .checking.notice {
    display: none;
  }

  &.checking {
    .checking {
      display: block;
    }

    .error {
      display: none;
    }
  }

  .notice {
    position: relative;
    max-width: 400px;
    top: 20%;
    margin: auto;
    padding: 20px;
    border-radius: rounded();
    box-shadow: var(--ui-box-shadow-md);
  }

  p {
    margin-bottom: space(4);
  }

  a.close {
    @include cancel-icon;
    @include icon-button("primary");
  }

  a.break {
    @include minus-circled-icon;
    @include icon-button("destructive");
    float: right;
  }
}

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
pageflow-17.0.4 app/assets/stylesheets/pageflow/editor/locked.scss
pageflow-17.0.3 app/assets/stylesheets/pageflow/editor/locked.scss
pageflow-17.0.2 app/assets/stylesheets/pageflow/editor/locked.scss
pageflow-17.0.1 app/assets/stylesheets/pageflow/editor/locked.scss
pageflow-17.0.0 app/assets/stylesheets/pageflow/editor/locked.scss
pageflow-16.2.0 app/assets/stylesheets/pageflow/editor/locked.scss
pageflow-16.1.0 app/assets/stylesheets/pageflow/editor/locked.scss
pageflow-16.0.0 app/assets/stylesheets/pageflow/editor/locked.scss
pageflow-15.8.0 app/assets/stylesheets/pageflow/editor/locked.scss
pageflow-15.7.1 app/assets/stylesheets/pageflow/editor/locked.scss
pageflow-15.7.0 app/assets/stylesheets/pageflow/editor/locked.scss