Sha256: 50bdaa9f57a6e5351ceb5b0a94fb1b000cfa645fb6dfd6d0ea01eec390a13997

Contents?: true

Size: 430 Bytes

Versions: 2

Compression:

Stored size: 430 Bytes

Contents

@import 'bootstrap/mixins';

// show modal not looking like input form
#content.show {
  .form-control {
    border: none;
    @include box-shadow(none);
  }
}

// nested form inputs looking the same as root form inputs
.form-group .form-group {
  margin-left: 0px;
  margin-right: 0px;
}

.bb-alert {
  position: fixed;
  top: 65px;
  right: 15px;
  margin-bottom: 0;
  font-size: 1.2em;
  padding: 1em 1.3em;
  z-index: 9999;
}

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
bootbox_crud-0.1.1.1 vendor/assets/stylesheets/bootbox_crud.css.scss
bootbox_crud-0.1.1 vendor/assets/stylesheets/bootbox_crud.css.scss