style-xsmall.css 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108
  1. /*
  2. Highlights 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. /* List */
  11. ul.actions {
  12. margin: 0 0 2em 0;
  13. }
  14. ul.actions li {
  15. display: block;
  16. padding: 1em 0 0 0;
  17. text-align: center;
  18. width: 100%;
  19. }
  20. ul.actions li:first-child {
  21. padding-top: 0;
  22. }
  23. ul.actions li > * {
  24. margin: 0 !important;
  25. width: 100%;
  26. }
  27. ul.actions.small li {
  28. padding: 0.5em 0 0 0;
  29. }
  30. ul.actions.small li:first-child {
  31. padding-top: 0;
  32. }
  33. ul.icons-grid li {
  34. box-shadow: inset 0 1px 0 0 #dddddd !important;
  35. float: none;
  36. margin: 2em 0 0 0;
  37. padding: 2em 0 0 0;
  38. width: 100%;
  39. }
  40. ul.icons-grid li:first-child {
  41. box-shadow: none !important;
  42. margin-top: 0;
  43. padding: 1em 0 0 0;
  44. }
  45. ul.icons-grid li:nth-child(2n + 1) {
  46. box-shadow: none;
  47. }
  48. ul.icons-grid li:nth-child(2n + 3):before {
  49. display: none;
  50. }
  51. /* Button */
  52. input[type="submit"],
  53. input[type="reset"],
  54. input[type="button"],
  55. button,
  56. .button {
  57. padding: 0;
  58. }
  59. input[type="submit"].icon,
  60. input[type="reset"].icon,
  61. input[type="button"].icon,
  62. button.icon,
  63. .button.icon {
  64. padding-left: 0;
  65. }
  66. /* Main */
  67. .main .container {
  68. padding: 3em 1em 1em 1em;
  69. }
  70. .main .container .image.primary:first-child {
  71. margin: -2em 0 2.5em 0;
  72. }
  73. /* Footer */
  74. #footer .container {
  75. padding: 3em 1em 1em 1em;
  76. }
  77. #footer footer .copyright {
  78. line-height: inherit;
  79. }
  80. #footer footer .copyright li {
  81. border-left: 0;
  82. display: block;
  83. margin: 0;
  84. padding: 0;
  85. }