Sha256: b3af1df807f2755b3a2bf10fdbaf9f933ca9a9d33c2e65d6b2c3527e56ff63e2

Contents?: true

Size: 1.8 KB

Versions: 3

Compression:

Stored size: 1.8 KB

Contents

.flash {
  position: fixed;
  bottom: 20px;
  left: 20px;
  z-index: 10;
  .flash-notice, .flash-success {
    padding: 10px 40px;
    background: #9FBB58;
    color: white;
  }
  .flash-error, .flash-alert {
    padding: 10px 40px;
    background: #E25440;
    color: white;
  }
}

.right { text-align: right; }

.center { text-align: center; }
.pane {
  position: absolute;
  top: 50px;
  bottom: 0;
  margin: 0;
  .heading {
    padding: 0 20px;
    margin-bottom: 20px;
    height: 66px;
    .btn {
      margin-top: -3px;
    }
  }
}
#list {
  background: #F0F4F5;
  left: 0;
  width: 350px;
  color: #333;
  border-right: 1px solid #f1f1f1;
  ul.dashboard-list {
    margin: 0;
    padding: 0;
    list-style: none;
    li {
      border-bottom: 1px solid #ccc;
      border-left: 4px solid transparent;
      background: #fff;
      &:first-child {
        border-top: 1px solid #ccc;
      }
      a {
        text-decoration: none;
        display: block;
        padding: 20px;
      }
      &:hover {
        border-left: 4px solid #ccc;
      }
      &.active {
        border-left: 4px solid #5BC0DE;
        background: #E3F4F9;
      }
    }
  }
} 
#main {
  left: 350px;
  right: 0;
  background: #fff;
  .no-content {
    h3 {
      color: #888;
      margin-top: 15%;
    }
    .btn {
      margin-top: 30px;
    }
  }
}
.scroll-y {
  position: absolute;
  top: 66px;
  bottom: 0;
  right: 0;
  left: 0;
  overflow-y: scroll;
  .padding {
    padding: 20px;
  }
}

.form-group.check_boxes {
  margin-left: 20px;
}

.radio,
.checkbox {
  margin-left: 20px;
}

.actions{ margin-top: 20px; }

.draft_saved {
  color: #777777;
  font-size: 0.55em;
  font-style: normal;
}

textarea { resize:vertical; }

.autosave_available {
  color: red;
  margin-bottom: 20px;
}

.pane {
  .edit_form {
    border-top: 1px solid #ccc;
  }
}

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
storytime-1.2.0 app/assets/stylesheets/storytime/admin.css.scss
storytime-1.1.1 app/assets/stylesheets/storytime/admin.css.scss
storytime-1.0.7 app/assets/stylesheets/storytime/admin.css.scss