Sha256: 5831d7b1b8fa4c6726cc45bbe66b34e954660c2e738ea3470ea71387fe29a7c0
Contents?: true
Size: 1.52 KB
Versions: 2
Compression:
Stored size: 1.52 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 "Lesli/scss/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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
lesli_babel-0.6.0 | lib/scss/translations.scss |
lesli_babel-0.5.0 | lib/scss/translations.scss |