Sha256: 6b44e2054b4001d75597f310561f199e19a47502b997487ffcf5e448b0464a09

Contents?: true

Size: 1.54 KB

Versions: 12

Compression:

Stored size: 1.54 KB

Contents

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

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

  .footer {
    position: absolute;
    bottom: 10px;
    right: 10px;

    .close {
      @include icon-button(#888);
    }
  }
}

.importers_panel {
  display: table-row;

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

    button.importer {
      padding: 5px;
      font-size: 16px;
      cursor: pointer;
    }
  }
}

.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;
  max-width: 1100px;
  height: 75vh;

  .content_panel {
    width: 100%;
  }

  .footer {
    width: 100%;
    position: absolute;
    bottom: 20px;
    right: 23px;
    margin-bottom: -15px;
    .import {
      @include icon-button();
    }

    .close {
      @include icon-button(#888);
    }
  }

  .disclaimer {
    @include info-circled-icon;
    text-align: left;
    font-size: 25px;
    position: absolute;
    left: 44px;
    width: 25px;
    height: 30px;
    overflow: hidden;
    background-color: #a9a9a959;

    &:hover {
      width: 75%;
    }

    p {
      position: absolute;
      top: 5px;
      left: 30px;
      font-size: 0.4em;
    }
  }
}

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
pageflow-15.6.1 app/assets/stylesheets/pageflow/editor/file_import.scss
pageflow-15.6.0 app/assets/stylesheets/pageflow/editor/file_import.scss
pageflow-15.5.0 app/assets/stylesheets/pageflow/editor/file_import.scss
pageflow-15.4.0 app/assets/stylesheets/pageflow/editor/file_import.scss
pageflow-15.3.0 app/assets/stylesheets/pageflow/editor/file_import.scss
pageflow-15.2.2 app/assets/stylesheets/pageflow/editor/file_import.scss
pageflow-15.2.1 app/assets/stylesheets/pageflow/editor/file_import.scss
pageflow-15.2.0 app/assets/stylesheets/pageflow/editor/file_import.scss
pageflow-15.1.2 app/assets/stylesheets/pageflow/editor/file_import.scss
pageflow-15.1.1 app/assets/stylesheets/pageflow/editor/file_import.scss
pageflow-15.1.0 app/assets/stylesheets/pageflow/editor/file_import.scss
pageflow-15.1.0.rc0 app/assets/stylesheets/pageflow/editor/file_import.scss