templates/wanted_jobs_search/_includes/form_stylesheets.html.twig line 1

Open in your IDE?
  1. <style>
  2. #infoBoxModal .modal-dialog {
  3. max-width: 1280px;
  4. margin: 1.75rem auto;
  5. padding: 0 3rem;
  6. }
  7. #infoBoxModalLabel {
  8. font-size: 1.2em;
  9. }
  10. .local-font-adjusted {
  11. height: 31px;
  12. }
  13. .local-font-adjusted .fa {
  14. top: 0.15em;
  15. }
  16. .zipcode-info-box {
  17. min-width: 200px;
  18. max-width: 400px;
  19. min-height: 100px;
  20. top: -110%;
  21. left: 30%;
  22. border-width: 2px !important;
  23. z-index: 8888;
  24. }
  25. @media screen and (max-width: 756px) {
  26. .zipcode-info-box {
  27. top: 70%;
  28. left: 0;
  29. }
  30. }
  31. @media screen and (max-width: 576px) {
  32. #infoBoxModal {
  33. bottom: 0;
  34. }
  35. #infoBoxModal .modal-dialog {
  36. max-height: 70%;
  37. }
  38. #infoBoxModal .modal-content {
  39. overflow-y: scroll;
  40. }
  41. #infoBoxModalLabel {
  42. font-size: 1em;
  43. }
  44. .local-font-adjusted .fa {
  45. top: -0.1em !important;
  46. }
  47. .px-sm-4 {
  48. padding-left: 1.5rem !important;
  49. padding-right: 1.5rem !important;
  50. }
  51. }
  52. .btn-default {
  53. color: black !important;
  54. }
  55. .btn-primary {
  56. color: black !important;
  57. }
  58. @media screen and (max-width: 576px) {
  59. .moving-label {
  60. padding-left: 6px;
  61. }
  62. }
  63. @media screen and (min-width: 576px) {
  64. .moving-label {
  65. padding-left: 24px;
  66. }
  67. }
  68. </style>