search.less 553 B

12345678910111213141516171819202122232425262728293031
  1. //
  2. // Search Page
  3. // --------------------------------------------------
  4. .search-footer p {
  5. margin-top: @line-height-computed;
  6. color: @gray;
  7. font-size: @font-size-small;
  8. text-align: center;
  9. }
  10. .page-search-form {
  11. @media screen and (min-width: @screen-sm-min) {
  12. padding-top: @line-height-computed * 2;
  13. }
  14. @media screen and (min-width: @screen-md-min) {
  15. padding-bottom: @line-height-computed * 2;
  16. h1 {
  17. position: relative;
  18. top: @padding-small-vertical;
  19. }
  20. .form-group {
  21. margin-bottom: 0px;
  22. }
  23. }
  24. }