Sha256: 139225f782ed97fc1fe48019c3636d5a77284653306c5b6ad82ada1f73ef0154

Contents?: true

Size: 1.46 KB

Versions: 11

Compression:

Stored size: 1.46 KB

Contents

.choose_importer_box {
  min-width: 500px;
  min-height: 400px;
  max-width: 1100px;

  .content {
    display: table;
    height: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
  }

  .footer {
    .close {
      @include icon-button;
    }
  }
}

.importers_panel {
  display: table-row;

  li.importer_select {
    display: table-cell;
    vertical-align: middle;

    button.importer {
      border: 0;
      border-radius: rounded();
      padding: space(4);
      font-size: 16px;
      cursor: pointer;
      background-color: var(--ui-surface-color);

      &:hover {
        background-color: var(--ui-selection-color-lighter);
      }
    }
  }
}

.importer .logo {
  display: inline-block;
  margin-right: 10px;

  img {
    width: 50px;
  }
}

.importer .text {
  display: inline-block;
  text-align: left;
  vertical-align: super;
}

.file_importer_box {
  position: absolute;
  top: 20px;
  left: 10px;
  bottom: 20px;
  right: 20px;
  min-width: 880px;
  max-width: 1100px;
  height: 75vh;

  .content_panel {
    min-height: 0;
    flex: 1;
    width: 100%;
  }

  .footer {
    .import {
      @include icon-button("primary");
      @include down-icon;
    }

    .close {
      @include icon-button;
    }
  }

  .disclaimer {
    @include background-icon-left($color: var(--ui-on-surface-color));
    @include info-circled-icon;
    position: absolute;
    text-align: left;
    font-size: 10px;
    width: 60%;
    padding-left: space(10);
  }
}

Version data entries

11 entries across 11 versions & 1 rubygems

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