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.
 
 
 
 
 
 

54 lines
843 B

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