Sha256: 654bbd5124719da7675205ba839dc8b8cdf8b7b77dcc1c0d8474bed02cedb0c9

Contents?: true

Size: 1.51 KB

Versions: 4

Compression:

Stored size: 1.51 KB

Contents

/*

Copyright (c) 2020, all rights reserved.

All the information provided by this platform is protected by international laws related  to 
industrial property, intellectual property, copyright and relative international laws. 
All intellectual or industrial property rights of the code, texts, trade mark, design, 
pictures and any other information belongs to the owner of this platform.

Without the written permission of the owner, any replication, modification,
transmission, publication is strictly forbidden.

For more information read the license file including with this software.

// · ~·~     ~·~     ~·~     ~·~     ~·~     ~·~     ~·~     ~·~     ~·~     ~·~     ~·~     ~·~
// · 
*/


// · 
@import "templates/component";


// · 
#babel-translations {

    tbody td {
        padding: 0rem 1rem;
        height: 60px;
        input.input {
            height: 60px;
            border: none;
            box-shadow: none;
            border-radius: 3px;
            background-color: transparent;
            &::placeholder {
                color: lesli-css-color(silver, 900);
            }
        }

        &.detail-row {
            padding-left: 1rem !important;
        }
    }

    .copied:after{
        display: inline;
        position: absolute;
        content: "Label copied to clipboard!";
        animation: 1s ease-in-out 0s 1 normal forwards running copyit;
        font-size: .8em;
    }
    
    @keyframes copyit{ 
        0%{ bottom:2em;opacity:1;} 
        100%{bottom:4em;opacity:0;} 
    }
}

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
lesli_babel-0.4.0 app/assets/stylesheets/lesli_babel/translations.scss
lesli_babel-0.3.0 app/assets/stylesheets/lesli_babel/translations.scss
lesli_babel-0.2.0 app/assets/stylesheets/lesli_babel/translations.scss
lesli_babel-0.1.0 app/assets/stylesheets/lesli_babel/translations.scss