Sha256: 03e3260d9481ee68bff0882c9dfbdb54a2d457ff0dbc8f382250d4aae6a93b30

Contents?: true

Size: 727 Bytes

Versions: 7

Compression:

Stored size: 727 Bytes

Contents

.changes-notification {
  .btn.dropdown-toggle {
    padding: 0 10px;
    margin-bottom: 0;
    margin-top: 8px;
    i {
      font-size: 28px;
    }
    .badge {
      top: -12px !important;
    }
  }
  .title{
    @extend .popover-title;
  }

  .dropdown-menu {
    padding-top: 0px;
    .arrow {
    }
    .update {
      @extend .list-group-item;
      span {
        color: $dropdown-link-color;
        text-decoration: underline;
        cursor: pointer;
      }
      span:hover{
        text-decoration: none;
        color: $dropdown-link-hover-color;
      }
    }
    .scroller {
      max-height: 200px;
      overflow-y: auto;
    }
    .ago {
      @extend small;
    }
  }
  .tooltip{
    position: fixed;
  }
}

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
lanes-0.1.2 client/lanes/styles/components/changes-notification.scss
lanes-0.1.0 client/styles/components/changes-notification.scss
lanes-0.0.8 client/styles/components/changes-notification.scss
lanes-0.0.5 client/styles/components/changes-notification.scss
lanes-0.0.3 client/stylesheets/compoonents/changes-notification.scss
lanes-0.0.2 client/stylesheets/compoonents/changes-notification.scss
lanes-0.0.1 client/stylesheets/compoonents/changes-notification.scss