Sha256: f71fe6dc943cf6a9ca033ca0a6d4e977f924f10a5921e3739b1bc00f0b3a9962

Contents?: true

Size: 1.05 KB

Versions: 5

Compression:

Stored size: 1.05 KB

Contents

@import "./fields";
@import "./fieldset";
@import "./resize-sensor";
@import "./overlay";
@import "./image-asset";
@import "./throbber";
@import "hippo/vendor/styles/toggle";
@import "hippo/vendor/styles/widgets";

.record-finder {
    .icon { cursor: pointer; }
}

.alert {
    .icon {
        margin-right: 5px;
    }
}

.badge.count {
    &.super {
        padding: 2px 2px 0;
        position: relative;
        font-size: 70%;
        top: -6px;
        right: 5px;
    }
}

.requesting-spinner {
    @extend .icon;
    @extend .icon-spinner;
    @extend .icon-spin;
    display: none;
    &.active {
        display: inline;
    }
}

.job-executing {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    .progress { width: 100%; }
}

.icon {
    &.with-action {
        cursor: pointer;
        &:hover{ text-shadow: 1px 2px 2px #666666; }
    }
}

.hippo-panel-heading {
    display: flex;
    align-items: center;
    .spacer {
        flex: 1;
    }
    > *:not(.panel-title){
        margin-left: 0.5rem;
    }
}

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
hippo-fw-0.9.5 client/hippo/components/shared/styles.scss
hippo-fw-0.9.4 client/hippo/components/shared/styles.scss
hippo-fw-0.9.3 client/hippo/components/shared/styles.scss
hippo-fw-0.9.2 client/hippo/components/shared/styles.scss
hippo-fw-0.9.1 client/hippo/components/shared/styles.scss