Guest User

Untitled

a guest
Apr 21st, 2018
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.70 KB | None | 0 0
  1. //Esse trecho de codigo abaixo tem q substituir do arquivo original
  2.  
  3. .info-top .info {
  4. height: auto;
  5. width: auto;
  6. top: 55%;
  7. left: 42%;
  8. position: relative;
  9. transform: translate(-50%,-50%);
  10. }
  11.  
  12.  
  13.  
  14. //Essa midia querie pode colocar no arquivo sem precisar apagar os remanescentes
  15.  
  16. @media screen and (max-height: 800px) {
  17. .box-form-chat {
  18. padding-top: 20px;
  19. }
  20.  
  21. .box-suporte .box-title {
  22. padding: 13px 0 1px 35px;
  23. height: 71px;
  24. font-size: 36px;
  25. font-weight: 300;
  26. color: #244051;
  27. }
  28.  
  29. .box-suporte .box-telefone {
  30. height: 90px;
  31. background: #244051;
  32. }
  33.  
  34. .box-telefone .icon-suport img {
  35. position: relative;
  36. left: 50%;
  37. transform: translateX(-50%);
  38. height: 70px;
  39. top: 19px;
  40. }
  41.  
  42. .chamado .title {
  43. height: 50px;
  44. color: #244051;
  45. font-size: 22px;
  46. font-weight: 300;
  47. line-height: 55px;
  48. padding-left: 20px;
  49. border-bottom: 1px solid #e5e5e5;
  50. }
  51.  
  52. .box-input {
  53. margin-bottom: 10px;
  54. }
  55.  
  56. .form .chamado {
  57. height: 425px;
  58. background: #f4f4f4;
  59. border: 1px solid #e5e5e5;
  60. }
  61.  
  62. .box-suporte {
  63. width: 680px;
  64. height: auto;
  65. border-radius: 3px;
  66. border: 1px solid #616161;
  67. background: #fff;
  68. transform: translate(-50%,-50%);
  69. top: 50%;
  70. left: 50%;
  71. position: fixed;
  72. z-index: 99999999;
  73. padding-bottom: 20px;
  74. }
  75. }
Add Comment
Please, Sign In to add comment