Advertisement
Guest User

camisolas.css

a guest
Nov 19th, 2019
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.53 KB | None | 0 0
  1. /*carouse- section */
  2. .carousel {
  3. width: 360px !important;
  4. height: 405px !important;
  5. margin-right: 10px;
  6. }
  7.  
  8. .carousel-title {
  9. text-align: center;
  10. }
  11.  
  12. .carousel-control-prev,
  13. .carousel-control-next {
  14. top: 205px;
  15. bottom: initial;
  16. }
  17.  
  18. .carousel-inner {
  19. height: inherit;
  20. }
  21.  
  22. .carousel p {
  23. margin-bottom: 3px;
  24. }
  25.  
  26. .carousel-main {
  27. margin-bottom: 70px;
  28. }
  29.  
  30. /*botoes && collaspe section*/
  31. p .btn,
  32. .btn-close-up {
  33. width: 100% !important;
  34. margin: 0px;
  35. }
  36.  
  37. .btn-close-up {
  38. margin-bottom: 4px !important;
  39. margin-top: 0px !important;
  40. }
  41.  
  42. .cart-btn {
  43. margin-left: 20%;
  44. }
  45.  
  46. table {
  47. margin: 0 auto;
  48. margin-bottom: 15px;
  49. text-align: center;
  50. }
  51.  
  52. /*formulario*/
  53. .formulario {
  54. margin-top: 20px;
  55. }
  56.  
  57. /*Checkout btn*/
  58. .container {
  59. margin-top: 0;
  60. }
  61.  
  62. /*fazer footer ficar em baixo (mudar dps)*/
  63. footer {
  64. margin-top: 80px
  65. }
  66.  
  67. /*modal*/
  68. .modal-body {
  69. height: 300px;
  70. overflow-y: scroll;
  71. overflow-x: hidden;
  72. }
  73.  
  74. .form-check {
  75. margin: 20px auto;
  76. }
  77.  
  78. .btn {
  79. width: 100px;
  80. margin: 20px auto;
  81. }
  82.  
  83. /*media queries*/
  84. @media (max-width:1130px) {
  85. .carousel {
  86. width: 340px !important;
  87. height: 385px !important;
  88. }
  89. .cart-btn {
  90. margin-left: 17%;
  91. }
  92. }
  93.  
  94. @media (max-width:1070px) {
  95. .carousel {
  96. width: 320px !important;
  97. height: 365px !important;
  98. }
  99. .cart-btn {
  100. margin-left: 15%;
  101. }
  102. }
  103.  
  104. @media (max-width:1010px) {
  105. .carousel {
  106. width: 300px !important;
  107. height: 335px !important;
  108. }
  109.  
  110. .carousel-title h1 {
  111. font-size: 2rem;
  112. }
  113. }
  114.  
  115. @media (max-width:950px) {
  116. .carousel {
  117. width: 280px !important;
  118. height: 318px !important;
  119. }
  120. .cart-btn {
  121. margin-left: 12%;
  122. }
  123. }
  124.  
  125. @media (max-width:890px) {
  126. .carousel {
  127. width: 260px !important;
  128. height: 298px !important;
  129. }
  130. .cart-btn {
  131. margin-left: 8%;
  132. }
  133. }
  134.  
  135. @media (max-width:830px) {
  136. .carousel {
  137. width: 240px !important;
  138. height: 270px !important;
  139. }
  140.  
  141. .carousel-title h1 {
  142. font-size: 1.5rem;
  143. }
  144. .cart-btn {
  145. margin-left: 3%;
  146. }
  147. }
  148.  
  149. @media (max-width:770px) {
  150. .carousel {
  151. width: 380px !important;
  152. height: 423px !important;
  153. margin-top: 50px;
  154. margin-right: initial;
  155. }
  156.  
  157. .carousel-title h1 {
  158. font-size: 2.5rem;
  159. }
  160. .cart-btn {
  161. margin-left: 23%;
  162. }
  163. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement