Sha256: 0b24128b60452332bbe304b86c8925e6aedae8fb641ce413bdae8c357c68aef6

Contents?: true

Size: 1.89 KB

Versions: 4

Compression:

Stored size: 1.89 KB

Contents

div#bid_form {

  .modal-content {

    .modal-header {

      h4 {
      }

      a.medium {
        display: block;
        margin: 0 auto;
        text-align: center;
        color: white;
        font-size: 16px;
        text-decoration: underline;
        /*font-family: "DinCondProBold";*/
      }

      button.close {
      }

    }

    .modal-body {
      label.control-label {
      }

      .form-control {

        /*стилизуем bootstrap fileinput*/
        &.kv-fileinput-caption {

          /*в этом блоке живёт имя файла и иконка слева*/
          div.file-caption-name {
            overflow: visible;
            height: 28px;
            margin-top: 8px;
            margin-left: 6px;

            /*иконку чуть отодвинем влево*/
            i.glyphicon {
              left: -6px;
              color: #337ab7;
            }

          }
        }

        /*стилизуем jqx input для ввода номера*/
        &#bid_phone {
          width: 94% !important;
          height: 39px !important;
          color: rgb(85,85,85);
        }

      }

      .input-group-btn {

        /*скроем кнопку "загрузить" плагина fileinput*/
        .fileinput-upload-button {
          display: none;
        }

        /*кнопки "удалить" и "browse" подгоним по высоте к полю, где живёт имя файла*/
        .btn {
        }

      }

      /*у плагина fileinput картинку-предпросмотр ограничим по ширине*/
      .kv-file-content {
        img.file-preview-image {
          width: auto !important;
          height: auto !important;
          max-width: 625px;
        }
      }

      div.actions {
        label.control-label {
          display: none;
        }
        input.btn {

        }
      }
    }

  }
}

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
c80_contest-0.1.9 app/assets/stylesheets/c80_contest/frontend/bid_form.scss
c80_contest-0.1.8 app/assets/stylesheets/c80_contest/frontend/bid_form.scss
c80_contest-0.1.7 app/assets/stylesheets/c80_contest/frontend/bid_form.scss
c80_contest-0.1.6 app/assets/stylesheets/c80_contest/frontend/bid_form.scss