Sha256: c7f4a213ef254a5f7821182467bb535c8826a6029f33a2bbfbf4da0513bd953b

Contents?: true

Size: 955 Bytes

Versions: 1

Compression:

Stored size: 955 Bytes

Contents

div#main_content {
  > form > fieldset {
    &.inputs,
    &.choises {
      background: transparent !important;
      border-radius: 0;
      box-shadow: none !important;

      > legend {
        /*display: none;*/

        span {
          display: block;
          background-color: rgba(239, 239, 239, 0.71);
          background-image: none !important;
          text-shadow: #fff 0 1px 0;
          border: none;
          box-shadow: none;
          font-size: 1em;
          font-weight: bold;
          line-height: 25px;
          margin-bottom: 0;
          color: #5E6469;
          padding: 5px 10px 3px 25px;
        }
      }
    }
  }
}

form fieldset ol > li {
  padding: 10px 0;

  &.boolean { clear: both; }
  &.text { clear: both; }
  &.ckeditor { clear: both; }
  &.select { clear: both; }
  &.string { clear: both; }
}

label.label {
  font-size: 14px !important;
}

label > input[type=checkbox] {
  width: 14px;
  height: 14px;
}

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
c80_md-0.1.0.12 app/assets/stylesheets/mat_design/elements/main_content.scss