site.css 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136
  1. /* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
  2. for details on configuring this project to bundle and minify static web assets. */
  3. a.navbar-brand {
  4. white-space: normal;
  5. text-align: center;
  6. word-break: break-all;
  7. }
  8. /* Provide sufficient contrast against white background */
  9. a {
  10. color: #0366d6;
  11. }
  12. .btn-primary {
  13. color: #fff;
  14. background-color: #1b6ec2;
  15. border-color: #1861ac;
  16. }
  17. .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  18. color: #fff;
  19. background-color: #1b6ec2;
  20. border-color: #1861ac;
  21. }
  22. /* Sticky footer styles
  23. -------------------------------------------------- */
  24. html {
  25. font-size: 14px;
  26. }
  27. @media (min-width: 768px) {
  28. html {
  29. font-size: 16px;
  30. }
  31. }
  32. .border-top {
  33. border-top: 1px solid #e5e5e5;
  34. }
  35. .border-bottom {
  36. border-bottom: 1px solid #e5e5e5;
  37. }
  38. .box-shadow {
  39. box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
  40. }
  41. button.accept-policy {
  42. font-size: 1rem;
  43. line-height: inherit;
  44. }
  45. /* Sticky footer styles
  46. -------------------------------------------------- */
  47. html {
  48. position: relative;
  49. min-height: 100%;
  50. }
  51. body {
  52. /* Margin bottom by footer height */
  53. margin-bottom: 60px;
  54. font-family: "Nunito", sans-serif;
  55. }
  56. .footer {
  57. position: absolute;
  58. bottom: 0;
  59. width: 100%;
  60. white-space: nowrap;
  61. /*line-height: 60px;*/ /* Vertically center the text there */
  62. }
  63. .div-result, .div-result * {
  64. font-family: "Lexend", sans-serif !important;
  65. }
  66. .flex {
  67. display: flex;
  68. }
  69. .transfer-his {
  70. padding: 15px;
  71. }
  72. .transfer-his .transfer-info {
  73. }
  74. .transfer-his .transfer-info .transfer-time {
  75. font-weight: 300;
  76. color: #686868;
  77. font-size: 13px;
  78. }
  79. .transfer-his .transfer-info .transfer-label {
  80. font-size: 14px;
  81. }
  82. .transfer-his .transfer-info .transfer-money {
  83. font-size: 22px;
  84. font-family: "Lexend", sans-serif !important;
  85. font-weight: bold;
  86. letter-spacing: 10px;
  87. color: #34B234;
  88. }
  89. .transfer-his .transfer-info .badge {
  90. padding: 4px 10px;
  91. font-size: 11px;
  92. font-family: "Lexend", sans-serif !important;
  93. font-weight: normal;
  94. }
  95. .transfer-his .transfer-info .badge-warning {
  96. color: #fff !important;
  97. background-color: #F36F21 !important;
  98. }
  99. .transfer-his .transfer-info .badge-success {
  100. color: #34B234 !important;
  101. background-color: #D9F6C6 !important;
  102. }
  103. .transfer-his .transfer-info .badge-danger {
  104. color: #E96767 !important;
  105. background-color: #FFF0ED !important;
  106. }
  107. .transfer-his .transfer-info .transfer-time {
  108. flex-grow: 1;
  109. }