Sha256: f00764e5fb222335d6afc2ad847cd115d7c87280b2e3d051206391434f4caf89

Contents?: true

Size: 1.27 KB

Versions: 44

Compression:

Stored size: 1.27 KB

Contents

.localization:not(.active)
{
    display: none;
}

.localization-switch
{
    position: absolute;
    right: 0;
    top:   steps(1);

    .trigger
    {
        display: inline-block;
        padding: 0 steps(1);
        border: 1px solid $color-border-normal;
        background: $color-background-lighter;
        color: $color-text-normal;
        text-transform: uppercase;

        &:hover
        {
            border-color: $color-border-darker;
        }

        &:focus,
        &:active
        {
            background-color: $color-background-darkest;
            border-color: $color-background-darkest;
            color: $color-text-normal;
        }

        .fa
        {
            @include icon-small;
            color: $color-highlight-darkest;
            margin-left: steps(1);
        }

    }

}





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

    border: 1px solid $color-border-normal;
    box-shadow: 0 0 2px 2px $color-shadow-lightest;

    button
    {
        background: $color-background-lightest;

        text-transform: uppercase;
        padding: steps(0.5) steps(2);

        &:hover,
        &:focus
        {
            background: $color-background-normal;
        }
    }

}

.localization-menu-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/localization.scss
releaf-core-3.0.3 app/assets/stylesheets/releaf/layout/localization.scss
releaf-core-3.0.2 app/assets/stylesheets/releaf/layout/localization.scss
releaf-core-3.0.1 app/assets/stylesheets/releaf/layout/localization.scss
releaf-core-3.0.0 app/assets/stylesheets/releaf/layout/localization.scss
releaf-core-2.2.1 app/assets/stylesheets/releaf/layout/localization.scss
releaf-core-2.2.0 app/assets/stylesheets/releaf/layout/localization.scss
releaf-core-2.1.2 app/assets/stylesheets/releaf/layout/localization.scss
releaf-core-2.1.1 app/assets/stylesheets/releaf/layout/localization.scss
releaf-core-2.1.0 app/assets/stylesheets/releaf/layout/localization.scss
releaf-core-2.0.1 app/assets/stylesheets/releaf/layout/localization.scss
releaf-core-2.0.0 app/assets/stylesheets/releaf/layout/localization.scss
releaf-core-1.1.22 app/assets/stylesheets/releaf/layout/localization.scss
releaf-core-1.1.21 app/assets/stylesheets/releaf/layout/localization.scss
releaf-core-1.1.20 app/assets/stylesheets/releaf/layout/localization.scss
releaf-core-1.1.19 app/assets/stylesheets/releaf/layout/localization.scss
releaf-core-1.1.18 app/assets/stylesheets/releaf/layout/localization.scss
releaf-core-1.1.17 app/assets/stylesheets/releaf/layout/localization.scss
releaf-core-1.1.16 app/assets/stylesheets/releaf/layout/localization.scss
releaf-core-1.1.15 app/assets/stylesheets/releaf/layout/localization.scss