Advertisement
egy-mast3r

Untitled

Apr 27th, 2022
23
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.26 KB | None | 0 0
  1. .hotline-footer{display:none}
  2. .float-contact {
  3. position: fixed;
  4. bottom: 20px;
  5. left: 20px;
  6. z-index: 99999;
  7. }
  8. .dir-call {
  9. background: #055cb5;
  10. border-radius: 20px;
  11. padding: 0 18px;
  12. color: white;
  13. display: block;
  14. margin-bottom: 6px;
  15. }
  16. .float-contact .whatsapp {
  17. background: #1BA691!important;
  18. border-radius: 20px;
  19. padding: 0 18px;
  20. color: white;
  21. display: block;
  22. margin-bottom: 6px;
  23. }
  24. .dir-call a, .whatsapp a {
  25. font-size: 16px;
  26. color: white;
  27. font-weight: 400;
  28. text-transform: none;
  29. line-height: 0;
  30. }
  31. @media (max-width: 549px){
  32. .hotline-footer{display:block; position:fixed; bottom:0; width:100%; height:50px; z-index:99; background:rgba(0,0,0,0.6)}
  33. .hotline-footer .left{ width: 50%;
  34. float: left;
  35. height: 100%;
  36. color: white;
  37. line-height: 43px;
  38. text-align: center;}
  39. .hotline-footer .right{ width: 50%;
  40. float: right;
  41. height: 100%;
  42. line-height: 43px;
  43. text-align: center;}.absolute-footer{font-size:13px}
  44. .blog-single .large-9, .blog-single .large-3{ flex-basis: 100%;
  45. max-width: 100%;}.blog-single .large-3{padding-left:15px; font-size:15px}
  46.  
  47. .blog-single .large-3 .widget-area .section4{display:none}.tin-tuc-section .cot1-2{display:none}.hotline-footer a{color:white}
  48. .hotline-footer a{display:block;}.hotline-footer .left a{ background: #3fb801;
  49. line-height: 40px;
  50. margin: 5px;
  51. border-radius: 3px;}.hotline-footer .right a{background: #0082d0;
  52. line-height: 40px;
  53. margin: 5px;
  54. border-radius: 3px;}
  55. .hotline-footer .left img, .hotline-footer .right img{width:30px; padding-right: 10px;}
  56. .float-contact{
  57. display:none
  58. }
  59. }</style>
  60. <div class="float-contact">
  61. <button class="dir-call">
  62. <a href="tel:0506490923"> اضغط للاتصال</a>
  63. </button>
  64. <button class="whatsapp">
  65. <a href="https://api.whatsapp.com/send/?phone=971506490923&text&app_absent=0">محادثة واتساب</a>
  66. </button>
  67. </div>
  68. <div class="hotline-footer">
  69. <div class="left">
  70. <a href="https://api.whatsapp.com/send/?phone=971506490923&text&app_absent=0" ><img src="/chat_communication_message_social media_talk.png"/>محادثة واتساب</a>
  71. </div>
  72. <div class="right">
  73. <a href="tel:0506490923"><img src="/phone-icon-1.png"/>اضغط للاتصال</a>
  74. </div>
  75. <div class="clearboth"></div>
  76. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement