A semantic search engine for source code https://bitshift.benkurtovic.com/
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

44 lines
660 B

  1. /*
  2. Stylesheet for index.html.
  3. */
  4. @import mixins
  5. div#search-field
  6. @extend .t3
  7. bottom: 0
  8. height: 200px
  9. left: 0
  10. margin: auto
  11. position: absolute
  12. right: 0
  13. top: 0
  14. width: 34%
  15. #title
  16. font-size: 3em
  17. padding-bottom: 0.5em
  18. text-align: center
  19. form input[type="text"]
  20. border: 1px solid #A4ACAF
  21. font-size: 1.1em
  22. padding: 3px
  23. width: 100%
  24. &.partly-visible
  25. @extend .t3
  26. margin-top: 2%
  27. width: 46%
  28. #title
  29. display: none
  30. div#results
  31. background-color: #F6FAFF
  32. margin-left: auto
  33. margin-right: auto
  34. width: 80%