A semantic search engine for source code https://bitshift.benkurtovic.com/
Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

index.sass 660 B

12345678910111213141516171819202122232425262728293031323334353637383940414243
  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%