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.
 
 
 
 
 
 

28 lines
431 B

  1. /*
  2. Stylesheet for index.html.
  3. */
  4. @import mixins
  5. @import variables
  6. div.search-field
  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%