A semantic search engine for source code https://bitshift.benkurtovic.com/
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
 
 
 
 
 
 

28 lignes
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%