Advertisement
Guest User

Untitled

a guest
May 20th, 2019
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.00 KB | None | 0 0
  1.  
  2.  
  3.  
  4. /*flight css*/
  5.  
  6. @media (max-width: 780px) {
  7.  
  8. /*sort*/
  9. .sttp-sortby {
  10. display: flex;
  11. flex-direction: column;
  12. }
  13. .sttp-sortby label,
  14. .sttp-sortby div {
  15. width: 100%;
  16. }
  17. .sttp-sortby .btn-group {
  18. width: 100%;
  19. margin-left: 0 !important;
  20. margin-bottom: 3px;
  21. }
  22.  
  23. /*card item*/
  24. .sttp-search-result .item .program .itn {
  25. display: flex !important;
  26. flex-direction: column !important;
  27. padding-left: 0 !important;
  28. }
  29. .sttp-search-result .item .program .itn > *{
  30. margin-bottom: 10px !important;
  31. width: 100% !important;
  32. margin-bottom: 25px !important;
  33. }
  34. .sttp-search-result .item .info {
  35. border-left: none !important;
  36. position: unset !important;
  37. }
  38. .sttp-search-result .item .program .itn .sttp-selection {
  39. border-left: none !important;
  40. padding-left: 0 !important;
  41. display: flex;
  42. flex-direction: column;
  43. align-items: center;
  44. }
  45. .sttp-search-result .item .program .itn .sttp-flight-details {
  46. display: contents;
  47. }
  48. .sttp-search-result .item .program .itn .int-item .int-process .flight-info {
  49. display: none !important;
  50. }
  51. .sttp-search-result .item .program .itn .int-item .int-process .flight-info-2 .f-item img {
  52. height: 20px;
  53. margin-top: 15px;
  54. }
  55. .sttp-search-result .item .program .inbound-list .f-item img {
  56. padding: 2px !important;
  57. }
  58. .home #st-content-wrapper.search-result-page .search-form-wrapper .row form .col-lg-12.tour-search-form-home {
  59. flex-direction: column !important;
  60. }
  61. .search-result-page .search-form-wrapper .search-form .field-detination .dropdown#dropdown-destination {
  62. padding-left: 0 !important;
  63. }
  64. .home #st-content-wrapper.search-result-page .search-form-wrapper .row .col-lg-12.tour-search-form-home .sttp-button {
  65. width: 100% !important;
  66. }
  67. .home #st-content-wrapper.search-result-page .search-form-wrapper .row .col-lg-12.tour-search-form-home .sttp-button button {
  68. width: 100% !important;
  69. margin-left: 0 !important;
  70. }
  71. html body header#header {
  72. height: unset !important;
  73. }
  74. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement