Advertisement
Guest User

Untitled

a guest
May 30th, 2016
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.20 KB | None | 0 0
  1. $icon-font-path: '../fonts/';
  2.  
  3. // bower:scss
  4. @import "bower_components/bootstrap-sass/assets/stylesheets/_bootstrap.scss";
  5. // endbower
  6.  
  7. .browserupgrade {
  8. margin: 0.2em 0;
  9. background: #ccc;
  10. color: #000;
  11. padding: 0.2em 0;
  12. }
  13.  
  14. /* Space out content a bit */
  15. body {
  16. padding: 0px 0px 0px 0px;
  17.  
  18. }
  19.  
  20. /* Everything but the jumbotron gets side spacing for mobile first views */
  21. .header,
  22. .marketing,
  23. .footer {
  24. padding-left: 15px;
  25. padding-right: 15px;
  26. }
  27.  
  28. /* Custom page header */
  29. .header {
  30. border-bottom: 1px solid #e5e5e5;
  31.  
  32. /* Make the masthead heading the same height as the navigation */
  33. h3 {
  34. margin-top: 0;
  35. margin-bottom: 0;
  36. line-height: 40px;
  37. padding-bottom: 19px;
  38. }
  39. }
  40.  
  41. /* Custom page footer */
  42. .footer {
  43. padding-top: 19px;
  44. color: #777;
  45. border-top: 1px solid #e5e5e5;
  46. }
  47.  
  48. .container-narrow > hr {
  49. margin: 30px 0;
  50. }
  51.  
  52. /* Main marketing message and sign up button */
  53. .jumbotron {
  54. text-align: center;
  55. border-bottom: 1px solid #e5e5e5;
  56. .btn {
  57. font-size: 21px;
  58. padding: 14px 24px;
  59. }
  60. }
  61.  
  62. /* Supporting marketing content */
  63. .marketing {
  64. margin: 40px 0;
  65. p + h4 {
  66. margin-top: 28px;
  67. }
  68. }
  69.  
  70. /* Responsive: Portrait tablets and up */
  71. @media screen and (min-width: 768px) {
  72.  
  73.  
  74. /* Remove the padding we set earlier */
  75. .header,
  76. .marketing,
  77. .footer {
  78. padding-left: 0;
  79. padding-right: 0;
  80. }
  81.  
  82. /* Space out the masthead */
  83. .header {
  84. margin-bottom: 30px;
  85. }
  86.  
  87. /* Remove the bottom border on the jumbotron for visual effect */
  88. .jumbotron {
  89. border-bottom: 0;
  90. }
  91. }
  92.  
  93. .container {
  94. max-width: 1920px;
  95. padding-left: 2%;
  96. padding-right: 2%;
  97. }
  98.  
  99. h1 {
  100. font-family: Arial;
  101. font-size: 26.8px;
  102. font-weight: bold;
  103. }
  104.  
  105.  
  106. header {
  107. background-color: #555555;
  108. }
  109.  
  110. .sort-description {
  111. font-family: Arial;
  112. font-size: 13.8px;
  113. }
  114.  
  115. .price-with {
  116. font-family: Arial;
  117. font-size: 28px;
  118. font-weight: bold;
  119. color: red;
  120.  
  121. margin: 20px 0px 0px 0px;
  122. }
  123.  
  124. .price-without {
  125. font-family: Arial;
  126. font-size: 14px;
  127. }
  128.  
  129. .category-nav {
  130. ul {
  131. li {
  132. font-family: Arial;
  133. font-size: 14px;
  134. color: #F2F2F2;
  135. display: inline;
  136. padding: 0px 0px 0px 21px;
  137.  
  138. a {
  139. color: #F2F2F2;
  140. }
  141. }
  142. }
  143.  
  144. }
  145.  
  146.  
  147.  
  148. .availability-in-stock {
  149. width: 100%;
  150. background-color: #B7EB6A;
  151.  
  152. font-size: 14px;
  153. font-weight: bold;
  154. letter-spacing: 0.8px;
  155. color: #379D40;
  156. text-transform: uppercase;
  157. margin: 24px 0px 0px 0px;
  158. padding: 10px 30px 10px 10px;
  159. }
  160.  
  161.  
  162. .main-buttons {
  163. margin: 24px 0px 24px 0px;
  164. }
  165.  
  166. .add-to-cart {
  167. background-color: #379D40;
  168. border: 1px solid #379D40;
  169. border-radius: 8px;
  170.  
  171. font-size: 14px;
  172. font-weight: bold;
  173. letter-spacing: 0.8px;
  174. color: #fff;
  175. text-transform: uppercase;
  176. padding: 12px 24px 12px 24px;
  177. }
  178.  
  179.  
  180. .buy-now {
  181. background-color: #F0EFEF;
  182. border: 1px solid #777777;
  183. border-radius: 8px;
  184.  
  185. font-size: 14px;
  186. font-weight: bold;
  187. letter-spacing: 0.8px;
  188. color: #333333;
  189. text-transform: uppercase;
  190. padding: 12px 24px 12px 24px;
  191. }
  192.  
  193.  
  194. .footer {
  195. background-color: #555555;
  196.  
  197. margin: 0px 0px 0px 0px;
  198. }
  199.  
  200.  
  201. .product-cart {
  202. padding: 48px 0px 0px 36px;
  203.  
  204. h1 {
  205. margin: 0px 0px 0px 0px;
  206. padding: 0px 0px 18px 0px;
  207. }
  208. }
  209.  
  210. .important-info {
  211. color: #777777;
  212. padding: 4px 0px 4px 0px;
  213. }
  214.  
  215. .product-box {
  216. border: 1px solid silver;
  217. padding: 24px 24px 36px 24px;
  218.  
  219.  
  220. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement