main.scss 764 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. // @Author: Bachir Soussi Chiadmi <bach>
  2. // @Date: 16-04-2017
  3. // @Email: bachir@figureslibres.io
  4. // @Last modified by: bach
  5. // @Last modified time: 18-04-2017
  6. // @License: GPL-V3
  7. html, body{
  8. font-size: 16px;
  9. font-family: 'amiri', sans-serif;
  10. position: relative;
  11. }
  12. #app{
  13. position: relative;
  14. }
  15. main#content{
  16. display:inline-block;
  17. margin: 0 auto;
  18. }
  19. section.item{
  20. width:350px;
  21. margin: 1em 0;
  22. // max-height:14px;
  23. // overflow: hidden;
  24. // transition: max-height 0.5s ease-in-out;
  25. // &.active{
  26. // max-height:1000px;
  27. // }
  28. h1{
  29. font-size: 0.750em;
  30. margin: 0;
  31. cursor:pointer;
  32. }
  33. div.text div.paragraph{
  34. margin-bottom: 1em;
  35. }
  36. div.text section.item{
  37. padding-left:2em;
  38. border-left: 1px solid #999;
  39. }
  40. }