Sha256: 1b88d5fa718b20b6b846a3dd0201d2646c5b6edce2167180f73c2effefcfd06f

Contents?: true

Size: 1.1 KB

Versions: 2

Compression:

Stored size: 1.1 KB

Contents

@import "elements/**/*";

body * {
  font-family: "Open Sans", serif;
  font-weight: 400;
  font-size: 14px;
}

/* buttons: minor: добавим отступ между двумя кнопками */
fieldset.actions li.cancel {
  margin-left: 10px;
}

/* форма редактирования/создания: добавим небольшой
отступ снизу у этого поля ввода, иначе прыгает вёрстка */
li.file {
  margin-bottom: 10px !important;
}

fieldset.inputs {

  label.label {
    color: #288feb;
    height: 4.4rem !important;
    display: inline-block;
    padding: 1rem 1.4rem;
    text-align: right;
  }

}

fieldset.choices {
  legend.label {
    border: none;

    label {
      color: #288feb;
      height: 4.4rem !important;
      display: inline-block;
      padding: 0 1.4rem;
      text-align: right;
      position: relative;
      font-weight: bold;
      font-size: 14px;
    }
  }
}

.breadcrumb {
  background-color: transparent !important;
  padding-left: 0 !important;
}

ol.choices-group {
  z-index: 1 !important;
  position: relative !important;
}

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
c80_md-0.1.0.16 app/assets/stylesheets/mat_design/common.scss
c80_md-0.1.0.15 app/assets/stylesheets/mat_design/common.scss