Sha256: a58b202a79efa3be0bc4a99b4384253a7f89f3fff46efd0e0eccb944815ade3e
Contents?: true
Size: 818 Bytes
Versions: 10
Compression:
Stored size: 818 Bytes
Contents
/* ------------------------------------------------------------ *\ Search \* ------------------------------------------------------------ */ .search { position: relative; width: 100%; max-width: 588px; .form-control { width: 100%; height: 37px; background: rgba(147, 2, 61, .49); color: $white; border: 1px solid transparent; outline: 0; padding: 0 10px 0 41px; transition: border-color .3s; font-size: 17px; &::placeholder { color: $white; } &:focus { box-shadow: none; border-color: $white; } } button { width: 37px; height: 37px; display: flex; align-items: center; justify-content: center; position: absolute; top: 0; left: 0; z-index: 1; border: 0; outline: 0; color: $white; padding: 0; svg { width: 18px; height: 18px; } } }
Version data entries
10 entries across 10 versions & 4 rubygems