Sha256: 18b79f4b3c0e1d760fdcd922f52642d9c37a49a8f871340ab1b00f8fceda274d

Contents?: true

Size: 1.27 KB

Versions: 4

Compression:

Stored size: 1.27 KB

Contents

.popover {
  margin-top: 60px !important;
  .arrow {
    margin-top: -71px !important;
  }
  .simple_form {
    padding-bottom: 0;

    fieldset {
      padding-top: 0;

      .input {
        padding: 0;
        margin-bottom: 10px;
        background: transparent;

        .control-label {
          font-size: 10px;
        }

        .form-wrapper {
          margin-top: 0;
          border-width: 3px;

          .form-control {
            height: 22px;
            padding: 5px 6px;
            font-size: 12px;
          }

          .input-group {
            .form-control {
              border: none;
            }
            .input-group-addon {
              padding: 3px 4px;
              border: none;
            }
          }
        }

        &.select {
          .form-wrapper {
            border: none;
            .form-control {
              height: 28px;
              line-height: 28px;
              border-width: 3px;

              .select2-choice {
                height: 28px;
                padding-left: 0;
                line-height: 14px;

                .select2-arrow {
                  top: -8px;
                  height: 28px;
                }
              }
            }
          }
        }
      }
    }

    p {
      margin: 3px 0;
    }
  }
}

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
locomotivecms-3.2.1 app/assets/stylesheets/locomotive/old/form/_popover.scss
locomotivecms-3.2.0 app/assets/stylesheets/locomotive/old/form/_popover.scss
locomotivecms-3.2.0.rc2 app/assets/stylesheets/locomotive/old/form/_popover.scss
locomotivecms-3.2.0.rc1 app/assets/stylesheets/locomotive/old/form/_popover.scss