bootstrap.sass 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697
  1. $bootstrap: #6f5499
  2. $bootstrap-invert: #fff
  3. .bd-bootstrap
  4. .hero
  5. background-color: $bootstrap
  6. color: $bootstrap-invert
  7. .title,
  8. .subtitle
  9. color: currentColor
  10. .subtitle
  11. color: rgba($bootstrap-invert, 0.5)
  12. .subtitle a
  13. border-bottom: 1px solid currentColor
  14. color: currentColor
  15. &:hover
  16. color: $bootstrap-invert
  17. .bd-pros-heading
  18. padding: 0 2rem
  19. text-align: center
  20. .bd-pros-icon
  21. margin-bottom: 3rem
  22. text-align: center
  23. svg
  24. height: 3rem
  25. width: auto
  26. .bd-pros-list
  27. margin: 0 auto
  28. max-width: 540px
  29. .bd-pro
  30. .icon
  31. position: relative
  32. top: -1px
  33. .title
  34. margin-bottom: 0.5rem
  35. .bd-pro + .pro
  36. margin-top: 2rem
  37. padding-top: 2rem
  38. .bd-pro-content
  39. p:not(:last-child)
  40. margin-bottom: 0.5rem
  41. .bd-pro.bd-is-bulma
  42. .icon
  43. color: $primary
  44. .bd-pro.bd-is-bootstrap
  45. .icon
  46. color: $bootstrap
  47. .bd-separator
  48. color: $border
  49. margin: 0 0.25em
  50. .bd-comparison
  51. margin: 0 auto
  52. max-width: 42rem
  53. .table
  54. color: $red
  55. thead,
  56. tfoot
  57. th
  58. font-size: 1.5rem
  59. text-align: center
  60. svg
  61. height: 1.5rem
  62. margin-right: 1rem
  63. position: relative
  64. top: 0.25rem
  65. width: auto
  66. tbody
  67. th
  68. font-size: 1.25rem
  69. text-align: center
  70. td
  71. font-family: $family-monospace
  72. width: 50%
  73. a
  74. color: currentColor
  75. &:hover
  76. text-decoration: underline
  77. .bd-is-empty
  78. background-color: $background
  79. color: $text-light
  80. .bd-is-unique
  81. background-color: rgba($green, 0.25)
  82. color: $text-strong
  83. font-weight: $weight-bold
  84. .bd-comparison-header
  85. margin-bottom: 3rem