Advertisement
tiberiugaspar

Untitled

Jan 6th, 2020
140
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 2.36 KB | None | 0 0
  1. /* 1 */
  2. .product-single__title{
  3.   font-weight:bold;
  4.   font-size:32px;
  5. }
  6.  
  7. /* 2 */
  8. #pretFaraTva{
  9.   color:darkgray;
  10.   margin-left:20px;
  11.   font-weight:italic;
  12.   font-size:0.9rem;
  13. }
  14.  
  15. /* 3 */
  16. #valoareTva{
  17.   color:darkgray;
  18.   margin-left:20px;
  19.   font-size:0.8rem;
  20. }
  21.  
  22. /* 4 */
  23. .price-item--regular{
  24.   color:navy !important;
  25.   font-size:1.25rem;
  26. }
  27.  
  28. /* 5 */
  29. .grid-view-item__link.grid-view-item__image-container.full-width-link{
  30.   overflow: hidden;
  31.    text-overflow: ellipsis;
  32.    display: -webkit-box;
  33.    -webkit-box-orient: vertical;
  34.    -webkit-line-clamp: 2; /* number of lines to show */
  35. }
  36.  
  37. /* 6 */
  38. #CustomerEmail:focus{
  39.   background-color:#283593;
  40.   color:white;
  41. }
  42.  
  43. /* 7 */
  44. #SingleOptionSelector-0{
  45.   border-radius:20px;
  46.   border-color:navy;
  47.   padding:12px;
  48.   color:navy;
  49. }
  50.  
  51. /* 8 */
  52. #CustomerPassword:focus{
  53.   background-color:#283593;
  54.   color:white;
  55. }
  56.  
  57. /* 9 */
  58. #SingleOptionSelector-1{
  59.   border-radius:20px;
  60.   border-color:navy;
  61.   padding:12px;
  62. }
  63.  
  64. /* 10 */
  65. .input-group__field.newsletter__input{
  66.   background-color:#27408b;
  67.   color:white;
  68.   border-color:#2a2d34;
  69.   border-radius:20px;
  70. }
  71.  
  72. /* 11 */
  73. .site-footer__linklist-item:hover{
  74.   color:#6ec6ff;
  75.   font-weight:bold;
  76. }
  77.  
  78. /* 12 */
  79. #timerWrapper{
  80.   color:black !important;
  81. }
  82.  
  83. /* 13 */
  84. .btn.product-form__cart-submit.btn--secondary-accent{
  85.   border-radius:20px;
  86.   border-color:navy;
  87.   margin:12px;
  88.   padding-left:2px;
  89.   padding-right:2px;
  90. }
  91.  
  92. /* 14 */
  93. .shopify-payment-button__button.shopify-payment-button__button--unbranded._2ogcW-Q9I-rgsSkNbRiJzA._2EiMjnumZ6FVtlC7RViKtj._2-dUletcCZ2ZL1aaH0GXxT{
  94.   border-radius:20px;
  95.   border-color:navy;
  96.   margin:12px;
  97.   padding-left:2px;
  98.   padding-right:2px;
  99. }
  100.  
  101. /* 15 */
  102. .btn.product-form__cart-submit.btn--secondary-accent:hover{
  103.   font-weight:bold;
  104. }
  105.  
  106. /* 16 */
  107. #ContactFooter-email::placeholder{
  108.   color: white;
  109.   opacity: 0.6;
  110.   padding-left:12px;
  111. }
  112.  
  113. /* 17 */
  114. textarea:focus, input:focus{
  115.   outline: none;
  116.   border-radius:20px;
  117.   border-color:white;
  118. }
  119.  
  120. /* 18 */
  121. #CustomerEmail{
  122.   border-radius:20px;
  123.   padding-left:12px;
  124.   padding-right:12px;
  125. }
  126.  
  127. /* 19 */
  128. #CustomerPassword{
  129.   border-radius:20px;
  130.   font-weight:bold;
  131. }
  132.  
  133. /* 20 */
  134. .btn{
  135.   border-radius:20px;
  136.   border-color:black;
  137.   padding-left:50px;
  138.   padding-right:50px;
  139.   text-align:center;
  140. }
  141.  
  142. #ContactFooter-email{
  143.   margin-left:12px;
  144. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement