index.css 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798
  1. body {
  2. background-color: rgb(245, 245, 245);
  3. }
  4. .card {
  5. background-color: white;
  6. /*padding: 20px;*/
  7. }
  8. .toast {
  9. z-index: 10000 !important;
  10. }
  11. ul {
  12. list-style: none;
  13. margin: 0;
  14. display: block;
  15. }
  16. h1, h2, h3, h4, h5, h6 {
  17. font-weight: 400;
  18. line-height: 1.1;
  19. }
  20. h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  21. font-weight: inherit;
  22. }
  23. h1 {
  24. font-size: 4.2rem;
  25. line-height: 110%;
  26. margin: 2.1rem 0 1.68rem 0;
  27. }
  28. h2 {
  29. font-size: 3.56rem;
  30. line-height: 110%;
  31. margin: 1.78rem 0 1.424rem 0;
  32. }
  33. h3 {
  34. font-size: 2.92rem;
  35. line-height: 110%;
  36. margin: 1.46rem 0 1.168rem 0;
  37. }
  38. h4 {
  39. font-size: 2.28rem;
  40. line-height: 110%;
  41. margin: 1.14rem 0 0.912rem 0;
  42. }
  43. h5 {
  44. font-size: 1.64rem;
  45. line-height: 110%;
  46. margin: 0.82rem 0 0.656rem 0;
  47. }
  48. h6 {
  49. font-size: 1rem;
  50. line-height: 110%;
  51. margin: 0.5rem 0 0.4rem 0;
  52. }
  53. .thin {
  54. font-weight: 200;
  55. }
  56. .left {
  57. float: left !important;
  58. }
  59. .right {
  60. float: right !important;
  61. }
  62. .light-blue {
  63. background-color: #03a9f4 !important;
  64. }
  65. .white {
  66. background-color: #FFFFFF !important;
  67. }
  68. .btn-search {
  69. font-size: 14px;
  70. }
  71. a.nav-item.is-tab {
  72. border-bottom: 1px solid transparent;
  73. border-top: 1px solid transparent;
  74. }
  75. .button.is-info {
  76. background-color: #03a9f4;
  77. border-width: 0;
  78. color: #fff;
  79. }