Sha256: 7541b6031ea07d9ee497c65ffd153f2197c0f43ab5180663bd2880628db39b8f

Contents?: true

Size: 1.62 KB

Versions: 8

Compression:

Stored size: 1.62 KB

Contents

.hippo-toolbar {

    background-color: $navbar-default-bg;

    border: 1px solid transparent;
    border-radius: $border-radius-base;
    border-color: $navbar-default-border;
    margin-bottom: $navbar-margin-bottom;
    padding-right: $navbar-padding-horizontal;
    padding-left:  $navbar-padding-horizontal;

    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;


    .navbar-btn {
        &.save > a {
            width: 100%;
            @extend .btn;
            @extend .btn-primary;
            // the save button needs to be clicable even if disabled
            &.disabled {
                pointer-events: all;
                cursor: pointer;
            }
        }
    }
    .spacer {
        flex: 1;
    }
    .control {
        width: 120px;
        margin-right: 10px;
    }
    .arrow {
        border-style: solid;

        border-left-color: transparent;
        border-right-color: transparent;

        border-bottom-color: $popover-title-bg;
        border-top-color: $popover-title-bg !important;

        border-width: 0 9px 9px;
        height: 0;
        left: 7px;
        margin-top: 10px;
        opacity: 1;
        position: absolute;
        top: -18px;
        transition: all 0.25s ease 0s;
        width: 0;
        z-index: 10;
    }

    label {
        margin-bottom: 0;
    }
    input {
        margin: 0 0.25rem 0 0;
    }
    .toggle {
        label {
            display: flex;
            flex-direction: row;
            align-items: center;
            justify-content: space-around;
        }
    }
    @import "./changes-notification";
}

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
hippo-fw-0.9.8 client/hippo/components/toolbar/styles.scss
hippo-fw-0.9.7 client/hippo/components/toolbar/styles.scss
hippo-fw-0.9.6 client/hippo/components/toolbar/styles.scss
hippo-fw-0.9.5 client/hippo/components/toolbar/styles.scss
hippo-fw-0.9.4 client/hippo/components/toolbar/styles.scss
hippo-fw-0.9.3 client/hippo/components/toolbar/styles.scss
hippo-fw-0.9.2 client/hippo/components/toolbar/styles.scss
hippo-fw-0.9.1 client/hippo/components/toolbar/styles.scss