main.css 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140
  1. /* Space out content a bit */
  2. body {
  3. padding-top: 20px;
  4. padding-bottom: 20px;
  5. }
  6. /* Everything but the jumbotron gets side spacing for mobile first views */
  7. .header,
  8. .marketing,
  9. .footer,
  10. .pos {
  11. padding-left: 15px;
  12. padding-right: 15px;
  13. }
  14. /* Custom page header */
  15. .header {
  16. border-bottom: 1px solid #e5e5e5;
  17. }
  18. /* Make the masthead heading the same height as the navigation */
  19. .header h3 {
  20. margin-top: 0;
  21. margin-bottom: 0;
  22. line-height: 40px;
  23. padding-bottom: 19px;
  24. }
  25. /* Custom page footer */
  26. .footer {
  27. padding-top: 19px;
  28. color: #777;
  29. border-top: 1px solid #e5e5e5;
  30. }
  31. /* Customize container */
  32. @media (min-width: 768px) {
  33. .container {
  34. max-width: 730px;
  35. }
  36. }
  37. .container-narrow > hr {
  38. margin: 30px 0;
  39. }
  40. /* Main marketing message and sign up button */
  41. .jumbotron {
  42. text-align: center;
  43. border-bottom: 1px solid #e5e5e5;
  44. }
  45. .jumbotron .btn {
  46. font-size: 21px;
  47. padding: 14px 24px;
  48. }
  49. /* Supporting marketing content */
  50. .marketing {
  51. margin: 40px 0;
  52. }
  53. .marketing p + h4 {
  54. margin-top: 28px;
  55. }
  56. /* Responsive: Portrait tablets and up */
  57. @media screen and (min-width: 768px) {
  58. /* Remove the padding we set earlier */
  59. .header,
  60. .marketing,
  61. .footer {
  62. padding-left: 0;
  63. padding-right: 0;
  64. }
  65. /* Space out the masthead */
  66. .header {
  67. margin-bottom: 30px;
  68. }
  69. /* Remove the bottom border on the jumbotron for visual effect */
  70. .jumbotron {
  71. border-bottom: 0;
  72. }
  73. }
  74. .pos {
  75. width: 770px;
  76. }
  77. td.barcode-header {
  78. font-family: Calibri, Arial, sans-serif;
  79. font-size: 20px;
  80. font-weight: bold;
  81. padding: 0 5px 0 20px;
  82. }
  83. body {
  84. padding-top: 0;
  85. padding-bottom: 0;
  86. font-size: 18pt;
  87. }
  88. input.ng-invalid {
  89. background-color: lightpink;
  90. }
  91. input.ng-valid {
  92. background-color: lightgreen;
  93. }
  94. input.ng-pristine {
  95. background-color: white;
  96. }
  97. .normal {
  98. font-size: 14pt;
  99. }
  100. .big {
  101. font-size: 24pt;
  102. }
  103. .form-control {
  104. font-size: 24pt;
  105. padding: 1px 12px;
  106. height: 50px;
  107. }
  108. .monospace {
  109. font-family: "Courier New", Courier, monospace;
  110. font-weight: bold;
  111. }
  112. .table > tbody > tr > td,
  113. .table > tbody > tr > th
  114. {
  115. vertical-align: middle;
  116. }