Sha256: dff81fdb03e6420bf580e3cc196b34c5f28d1b819f8912d55d75484a74e2ba3c

Contents?: true

Size: 1.53 KB

Versions: 15

Compression:

Stored size: 1.53 KB

Contents

.changes-notification {

    .btn.dropdown-toggle {
        i {
            font-size: 28px;
        }
        .badge {
            top: -11px;
            position: relative;
            left: -11px;
            padding: 3px 7px;
            font-size: 75%;
        }
    }
    .title{
        margin: 0; // reset heading margin
        padding: 8px 14px;
        font-size: $font-size-base;
        background-color: $popover-title-bg;
        border-bottom: 1px solid darken($popover-title-bg, 5%);
        border-radius: ($border-radius-large - 1) ($border-radius-large - 1) 0 0;
    }

    .dropdown-menu {
        width: 300px;
        right: 0;
        left: -200px;
        .update {
            border-bottom: 1px solid $table-border-color;
            margin-bottom: 5px;
            padding: 5px;
            &:last-child {
                margin-bottom: 0;
                border-bottom: 0;
            }
            .header {
                display: flex;
                align-items: stretch;
                justify-content: space-between;
            }
            .time {
                font-size: 80%;
            }
            .change > div {
                margin-bottom: 2px;
            }
            .from, .to {
                margin-left: 0.5rem;
                white-space: nowrap;
                text-overflow: ellipsis;
                overflow: hidden;
            }
        }
        .scroller {
            max-height: 350px;
            overflow-y: auto;
        }
        .ago {
            @extend small;
        }
    }

}

Version data entries

15 entries across 15 versions & 2 rubygems

Version Path
hippo-fw-0.9.8 client/hippo/components/toolbar/changes-notification.scss
hippo-fw-0.9.7 client/hippo/components/toolbar/changes-notification.scss
hippo-fw-0.9.6 client/hippo/components/toolbar/changes-notification.scss
hippo-fw-0.9.5 client/hippo/components/toolbar/changes-notification.scss
hippo-fw-0.9.4 client/hippo/components/toolbar/changes-notification.scss
hippo-fw-0.9.3 client/hippo/components/toolbar/changes-notification.scss
hippo-fw-0.9.2 client/hippo/components/toolbar/changes-notification.scss
hippo-fw-0.9.1 client/hippo/components/toolbar/changes-notification.scss
lanes-0.8.3 client/lanes/components/toolbar/changes-notification.scss
lanes-0.8.2 client/lanes/components/toolbar/changes-notification.scss
lanes-0.8.1 client/lanes/components/toolbar/changes-notification.scss
lanes-0.8.0 client/lanes/components/toolbar/changes-notification.scss
lanes-0.7.0 client/lanes/components/toolbar/changes-notification.scss
lanes-0.6.1 client/lanes/components/toolbar/changes-notification.scss
lanes-0.6.0 client/lanes/components/toolbar/changes-notification.scss