Sha256: 84c82d6e377e14bbe0bcf44b4e0236864a1e523660429c785df7cf36fea99884

Contents?: true

Size: 920 Bytes

Versions: 44

Compression:

Stored size: 920 Bytes

Contents

.toolbox
{
    .trigger
    {
        display: inline-block;
        color: $color-highlight-normal;

        &, &:hover
        {
            background-color: transparent;
        }

        .fa
        {
            @include icon-large;
        }
    }

    &:not(.initialized)
    {
        .trigger
        {
            color: $color-text-lightest;
        }
    }
}


.toolbox-items
{
    @include pop-up-menu;

    > .fa-caret-up
    {
        position: absolute;
        top: steps(-1);
    }

    min-width: steps(15);

    > ul
    {
        @include inverted;

        margin-top: 3px;

        .button
        {
            &:hover
            {
                background-color: $color-highlight-normal;
            }
        }
    }

    li:not(:last-child) .button
    {
        border-bottom: 1px solid $color-border-inverted-lighter;
    }

}


.toolbox-overlay
{
    @include full-screen-overlay;
}


Version data entries

44 entries across 44 versions & 1 rubygems

Version Path
releaf-core-3.1.0 app/assets/stylesheets/releaf/layout/toolboxes.scss
releaf-core-3.0.3 app/assets/stylesheets/releaf/layout/toolboxes.scss
releaf-core-3.0.2 app/assets/stylesheets/releaf/layout/toolboxes.scss
releaf-core-3.0.1 app/assets/stylesheets/releaf/layout/toolboxes.scss
releaf-core-3.0.0 app/assets/stylesheets/releaf/layout/toolboxes.scss
releaf-core-2.2.1 app/assets/stylesheets/releaf/layout/toolboxes.scss
releaf-core-2.2.0 app/assets/stylesheets/releaf/layout/toolboxes.scss
releaf-core-2.1.2 app/assets/stylesheets/releaf/layout/toolboxes.scss
releaf-core-2.1.1 app/assets/stylesheets/releaf/layout/toolboxes.scss
releaf-core-2.1.0 app/assets/stylesheets/releaf/layout/toolboxes.scss
releaf-core-2.0.1 app/assets/stylesheets/releaf/layout/toolboxes.scss
releaf-core-2.0.0 app/assets/stylesheets/releaf/layout/toolboxes.scss
releaf-core-1.1.22 app/assets/stylesheets/releaf/layout/toolboxes.scss
releaf-core-1.1.21 app/assets/stylesheets/releaf/layout/toolboxes.scss
releaf-core-1.1.20 app/assets/stylesheets/releaf/layout/toolboxes.scss
releaf-core-1.1.19 app/assets/stylesheets/releaf/layout/toolboxes.scss
releaf-core-1.1.18 app/assets/stylesheets/releaf/layout/toolboxes.scss
releaf-core-1.1.17 app/assets/stylesheets/releaf/layout/toolboxes.scss
releaf-core-1.1.16 app/assets/stylesheets/releaf/layout/toolboxes.scss
releaf-core-1.1.15 app/assets/stylesheets/releaf/layout/toolboxes.scss