Advertisement
Guest User

Untitled

a guest
Dec 6th, 2019
140
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.55 KB | None | 0 0
  1. .blue-bluer-hue{
  2. background-image: linear-gradient(to right, rgba(15, 72, 127, 1), rgba(30, 144, 255, 1));
  3. }
  4.  
  5. .navy-blue-hue{
  6. background-image: linear-gradient(to right, rgba(4, 20, 44, 1), rgba(30, 144, 255, 1));
  7. }
  8.  
  9. .heavyttext{
  10. font-family: 'Open Sans', sans-serif;
  11. font-weight: 700;
  12. }
  13.  
  14. .lighttext{
  15. font-family: 'Open Sans', sans-serif;
  16. font-weight: 300;
  17. }
  18.  
  19. .fullspace{
  20. width: 100%;
  21. }
  22.  
  23. .minuspadding{
  24. font-family: 'Open Sans', sans-serif;
  25. font-weight: 300;
  26. font-size: 12px;
  27. background-color: #e9e9e9;
  28. }
  29.  
  30. .listinfo{
  31. text-align: left;
  32. }
  33.  
  34. .barmargin{
  35. margin-top: 40px;
  36. margin-bottom: 60px;
  37. }
  38.  
  39. .remproductmargin{
  40. margin-top: 20px;
  41. }
  42.  
  43.  
  44. .productbutton{
  45. border-radius: 10em;
  46. border-width: 0;
  47. font-family: 'Open Sans', sans-serif;
  48. font-weight: 400;
  49. box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.19), 0 4px 16px 0 rgba(0, 0, 0, 0.17);
  50. text-align: center;
  51. width: 160px;
  52. }
  53.  
  54. .cardshaddow{
  55. box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  56. }
  57.  
  58. .cartbutton{
  59. border-radius: 10em;
  60. border-width: 0;
  61. box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.25), 0 8px 24px 0 rgba(0, 0, 0, 0.22);
  62. font-family: 'Open Sans', sans-serif;
  63. font-weight: 300;
  64. }
  65.  
  66. .productbutton:hover{
  67. background-image: none;
  68. background-color: dodgerblue;
  69. }
  70.  
  71. .cartbutton:hover{
  72. background-image: none;
  73. background-color: dodgerblue;
  74. }
  75.  
  76. .quarterbutton:hover{
  77. color: black;
  78. font-weight: 600;
  79. box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.25), 0 8px 24px 0 rgba(0, 0, 0, 0.22);
  80. background-image: none;
  81. background-color: transparent;
  82. border-color: dodgerblue;
  83. border-width: 1px;
  84. margin-top: -10px;
  85. }
  86.  
  87. .hidden{
  88. display: none;
  89. }
  90.  
  91. .leftq{
  92. border-bottom-left-radius: 5em;
  93. border-top-left-radius: 5em;
  94. }
  95.  
  96. .rightq{
  97. border-bottom-right-radius: 5em;
  98. border-top-right-radius: 5em;
  99. }
  100.  
  101. .quarterbutton{
  102. border-width: 0;
  103. font-family: 'Open Sans', sans-serif;
  104. font-weight: 300;
  105. margin-right: 5px;
  106. min-width: 25%;
  107. max-width: 25%;
  108. }
  109.  
  110. .bbh25{
  111. background-image: linear-gradient(to right, rgba(15, 72, 127, 1), rgba(19, 90, 159, 1));
  112. }
  113.  
  114. .bbh50{
  115. background-image: linear-gradient(to right, rgba(19, 90, 159, 1), rgba(23, 108, 191, 1));
  116. }
  117.  
  118. .bbh75{
  119. background-image: linear-gradient(to right, rgba(23, 108, 191, 1), rgba(27, 126, 223, 1));
  120. }
  121.  
  122. .bbh100{
  123. background-image: linear-gradient(to right, rgba(27, 126, 223, 1), rgba(30, 144, 255, 1));
  124. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement