Sha256: a517efdbf2c41d8cb2a32e7e93738d99dc721e77b11b894a1de3a10e90be30f0

Contents?: true

Size: 787 Bytes

Versions: 1

Compression:

Stored size: 787 Bytes

Contents

.nested.editor ol {
  margin: 0;
  padding: 0;
  
  li {
    list-style: none;
    margin: 0;
    
    &.change { padding: 0; white-space: nowrap; }
    
    div { 
      display: inline-block;
      margin-right: 0.5em;
      margin: 1px 0;
      float: none;
    }
  }
}
.nested.editor.headings div {
  padding-top: 5px;
  margin-top: 0;
  margin-bottom: 5px;
}


.add-link, .delete-link { 
  display: inline-block;
  width: 16px;
  height: 16px;
  line-height: 16px;
  vertical-align: text-top;
  overflow: hidden;
  cursor: pointer;

  &::before {
    font-family: 'FontAwesome';
    display: inline-block;
    font-size: 16px;
    padding: 1px 2px;
  }

  &.add-link::before { content: '\f055'; }
  &.delete-link::before { content: '\f056'; }

  &:not(:hover) { color: #e0e0e0; }
}

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
houston-core-0.5.0.beta1 app/assets/stylesheets/application/freight_train.css.scss