Advertisement
Guest User

Untitled

a guest
Mar 28th, 2017
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.55 KB | None | 0 0
  1. .hero-search-bar {
  2. position: absolute;
  3. width: 100%;
  4. z-index: 10;
  5. top: 94vh;
  6. transform: translateY(-100%);
  7.  
  8. background-color: yellow;
  9. padding: 16px 16px 26px 16px;
  10. }
  11. .hero-search-bar label {
  12. font-size: 14px;
  13. text-transform: uppercase;
  14. letter-spacing: 1px;
  15. }
  16. .hero-search-bar select {
  17. height: 34px;
  18. line-height: 34px;
  19. }
  20. .hero-search-bar button {
  21. margin-top: 20px;
  22. }
  23. .hero-search-bar .item-row > *,
  24. .hero-search-bar .item-row select,
  25. .hero-search-bar .item-row button {
  26. width: 100%;
  27. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement