Sha256: 0d15743a30a0d131d82cbb20ed3b251ff18a6464def87a29eac957d81756bef2
Contents?: true
Size: 643 Bytes
Versions: 84
Compression:
Stored size: 643 Bytes
Contents
.toolbox { display: block; position: relative; background-color: $tn-highlight; ul { margin: 0; padding: 0; border-radius: 4px; background-color: #fff; list-style: none; & > li { @include transition(all 0.2s ease); position: relative; padding: 4px; height: 50px; input[type=text] { @include placeholder { color: $tn-dark-grey; font-size: $tn-font-small; } line-height: 20px; padding: 0 10px; width: 100%; margin: 0; height: 40px; border: 0; font-size: $tn-font-normal; } } } }
Version data entries
84 entries across 83 versions & 1 rubygems