Sha256: df4799ebf041155dad679f1dc2425e4eb575a5595b919584d2d1fc911a1555cb
Contents?: true
Size: 807 Bytes
Versions: 1
Compression:
Stored size: 807 Bytes
Contents
// ************************************* // // Search // -> Styles for a search box // // ************************************* // ------------------------------------- // Base // ------------------------------------- .search { @include outer-container; background-color: $dark-grey; height: 50px; overflow: hidden; padding: .75em .85em; } // ------------------------------------- // Scaffolding // ------------------------------------- // ----- Search input ----- // .search-input { @include span-columns(10); border: 0; border-radius: 0; color: #fff; height: 30px; z-index: 1; } // ----- Search button ----- // .search-button { background-color: transparent; border: 0; color: #fff; font-size: 22px; outline: 0; padding-right: 0.8em; text-align: left; }
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
psique-1.0.2 | app/assets/stylesheets/psique/structures/_search.scss |