Sha256: 0147a36d45af2139be23e7e96108b88e569e772e4105745347cea4575b1be53c
Contents?: true
Size: 869 Bytes
Versions: 5
Compression:
Stored size: 869 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
5 entries across 5 versions & 2 rubygems
Version | Path |
---|---|
nsit-jekyll-theme-0.1.0 | _sass/_search.scss |
raikar11-0.1.3 | _sass/_search.scss |
raikar11-0.1.2 | _sass/_search.scss |
raikar11-0.1.1 | _sass/_search.scss |
raikar11-0.1.0 | _sass/_search.scss |