Sha256: ef74465982c638364d685976111a9933d3958f6380b618e53d70f35b17a85d08

Contents?: true

Size: 816 Bytes

Versions: 1

Compression:

Stored size: 816 Bytes

Contents

.links {
  list-style: none outside none;
  margin: 0;
  padding: 0;
  float: right;
  width: 100%;

  ol {
    list-style: none outside none;
    padding: 0;
    margin: 5px 0 5px 20px;
    clear: both;
  }

  li {
    @include clearfix;
    margin: 10px 0;
    > div {
      height: 45px;
      line-height: 45px;
      background-color: #18bc9c;
      color: $white;
    }
  }

  .placeholder {
    background-color: #cbcbcb;
  }

  .actions {
    float: right;
    margin-right: 0;
    line-height: 33px;
  }
  .actions a, span.handle {
    color: $white;
    transition: all .25s;
    &:hover {color: #1e2a36;}
  }
}

.link-form {
  padding: 5px;
  display: inline-block;

  input {
    float: left;
  }
  .input-label {
    width: 200px;
    margin-right: 10px;
  }
  .input-permalink {
    width: 350px;
  }
}

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
georgia-0.8.0 app/assets/stylesheets/georgia/modules/_link.scss