Sha256: 6e7a6a1ad87aadccfe54cbdc37add62500553ff1e11d4831c8d8804d681ea0a2

Contents?: true

Size: 1020 Bytes

Versions: 1

Compression:

Stored size: 1020 Bytes

Contents

/* sidebar */
ul#sidebarnav > li > a {
  display: flex;
  align-items: center;
}

.sidebar-nav ul.collapse li.active a.active {
  color: #26c6da;
}

.sidebar-nav li a span {
  padding-left: 10px;
}

/* form */
[type='checkbox'] + label {
  margin-right: 15px;
}

[type='radio'] + label {
  margin-right: 15px;
}

form .form-body .form-group > label {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.form-body .form-group {
  padding-bottom: 0;
  margin-bottom: 14px;
  border-bottom: none;
}


input[type='text'].form-control,
textarea.form-control {
  &::-webkit-input-placeholder {
    font-weight: 300;
  }
  &::-moz-placeholder {
    font-weight: 300;
  }
  &:-ms-input-placeholder {
    font-weight: 300;
  }
  &:-moz-placeholder {
    font-weight: 300;
  }
}

#error_explanation ul {
  margin-bottom: 0;
}

.input-group-text {
  .form-check {
    margin-bottom: 0;
  }

  .form-check-label {
    margin-bottom: 0;
  }
}


/* table */
table.editable-table td.select-cell {
  padding: 0;
}

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
rails_material_admin-0.1.9 vendor/javascript/src/stylesheets/admin/shared/common.scss