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.
 
 
 

107 lines
1.5 KiB

  1. /*
  2. Alpha by HTML5 UP
  3. html5up.net | @n33co
  4. Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
  5. */
  6. /* Basic */
  7. html, body {
  8. min-width: 320px;
  9. }
  10. body, input, select, textarea {
  11. font-size: 11pt;
  12. }
  13. /* Section/Article */
  14. header.major {
  15. padding: 0;
  16. }
  17. /* List */
  18. ul.actions {
  19. margin: 0 0 2em 0;
  20. }
  21. ul.actions li {
  22. display: block;
  23. padding: 1em 0 0 0;
  24. text-align: center;
  25. width: 100%;
  26. }
  27. ul.actions li:first-child {
  28. padding-top: 0;
  29. }
  30. ul.actions li > * {
  31. width: 100%;
  32. margin: 0 !important;
  33. }
  34. ul.actions li > *.icon:before {
  35. margin-left: -2em;
  36. }
  37. ul.actions.small li {
  38. padding: 0.5em 0 0 0;
  39. }
  40. ul.actions.small li:first-child {
  41. padding-top: 0;
  42. }
  43. /* Box */
  44. .box {
  45. border-radius: 0;
  46. box-shadow: none;
  47. margin: 1em 0 0 0;
  48. padding: 3em 1em !important;
  49. }
  50. .box.features .features-row section {
  51. margin: 3em 0 0 0 !important;
  52. padding: 3em 0 0 0 !important;
  53. }
  54. .box .image.featured {
  55. border-radius: 0;
  56. margin-left: -1em;
  57. width: calc(100% + 2em);
  58. }
  59. .box .image.featured img {
  60. border-radius: 0 !important;
  61. }
  62. .box .image.featured:first-child {
  63. margin-bottom: 3em;
  64. margin-top: -3em;
  65. }
  66. .box .image.featured:last-child {
  67. margin-bottom: -3em;
  68. margin-top: 3em;
  69. }
  70. /* Banner */
  71. #banner {
  72. padding: 5em 1em 4em 1em;
  73. }
  74. /* Main */
  75. #main > .box:first-child {
  76. margin-top: 0;
  77. }
  78. /* CTA */
  79. #cta {
  80. padding: 2.5em 1em 3em 1em;
  81. }