Advertisement
Guest User

Untitled

a guest
Jan 17th, 2018
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.25 KB | None | 0 0
  1. #inputCpf{
  2. margin-left: -3%;
  3. }
  4.  
  5.  
  6. #tabs,nav{
  7.  
  8. border-color: red;}
  9. .card{
  10. width: 205%;
  11.  
  12. }
  13.  
  14. .card-body{
  15. margin-left: -20px;
  16. }
  17.  
  18. .card-header{
  19. background-color: rgb(92, 139, 179);
  20. }
  21.  
  22. .badge-primary{
  23. font-size: 17px;
  24. margin-bottom: 4px;
  25. background-color: rgba(201, 186, 186, 0);
  26. color: rgb(102, 102, 102);
  27. font-family: Arial;
  28. }
  29. .form-group{
  30. width: 98%;
  31. margin-left: 1%;
  32. margin-top: 1%;
  33. }
  34.  
  35. .form-row{
  36. margin-top: 1%;
  37. margin-left: 1%;
  38. }
  39.  
  40. #btnBuscaCepR{
  41. width: 100%;
  42. }
  43.  
  44. #btnBuscaCepC{
  45. width: 100%;
  46. }
  47. .card{
  48. width: 205%;
  49. }
  50.  
  51. .form-groupCont{
  52. width: 70%;
  53. margin-left: 1%;
  54. }
  55.  
  56. .imputNumberR{
  57. width: 40%;
  58. margin-left: 57%;
  59. }
  60.  
  61. .imputStreetR{
  62. width: 134%;
  63. }
  64.  
  65. .imputStateR{
  66. width: 19%;
  67. margin-left: 99%;
  68. }
  69.  
  70. .imputCityR{
  71. width: 202%;
  72. }
  73.  
  74. .imputNeighborhoodR{
  75. width: 110%;
  76. }
  77.  
  78. .imputComplementR{
  79. width: 110%;
  80. margin-left: 9%;
  81. }
  82.  
  83. .imputName{
  84. width: 92%;
  85. }
  86.  
  87. .imputRG{
  88. width: 114%;
  89. }
  90.  
  91. .imputCPF{
  92. width: 105%;
  93. margin-left: -3%;
  94. }
  95.  
  96. .textCPF{
  97. margin-left: -3%;
  98. }
  99.  
  100. .imputEmail{
  101. width: 92%;
  102. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement