Advertisement
OlgaT-ET

pricing table shortcodes issue

Jun 20th, 2018
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 1.63 KB | None | 0 0
  1. .pricing-table ul.pricing li span {
  2.     background: url(https://www.elegantthemes.com/preview/Nimble/wp-content/themes/Nimble/images/pricing_check.png) no-repeat;
  3. }
  4.  
  5.  
  6. .et_divi_builder #et_builder_outer_content a.icon-button {
  7.     width: auto !important;
  8.     background: rgb(64,79,90);
  9.     background: -moz-linear-gradient(top, rgba(64,79,90,1) 0%, rgba(60,74,84,1) 100%);
  10.     background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(64,79,90,1)), color-stop(100%,rgba(60,74,84,1)));
  11.     background: -webkit-linear-gradient(top, rgba(64,79,90,1) 0%,rgba(60,74,84,1) 100%);
  12.     background: -o-linear-gradient(top, rgba(64,79,90,1) 0%,rgba(60,74,84,1) 100%);
  13.     background: -ms-linear-gradient(top, rgba(64,79,90,1) 0%,rgba(60,74,84,1) 100%);
  14.     background: linear-gradient(to bottom, rgba(64,79,90,1) 0%,rgba(60,74,84,1) 100%);
  15.     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#404f5a', endColorstr='#3c4a54',GradientType=0 );
  16.     border: 1px solid #2d363d;
  17.     -webkit-box-shadow: 0 1px 0 #495a66 inset;
  18.     -moz-box-shadow: 0 1px 0 #495a66 inset;
  19.     box-shadow: 0 1px 0 #495a66 inset;
  20.     color: #FFFFFF !important;
  21.     text-shadow: 1px 1px 0 rgba(0,0,0,0.6);
  22.     visibility: visible !important;
  23.     margin-left: -41.5057px !important;
  24.     position: absolute !important;
  25.     bottom: -25px !important;
  26.     left: 50% !important;
  27.     font-size: 16px;
  28.     font-weight: bold !important;
  29.     padding: 8px 14px;
  30.     border-radius: 8px;
  31.     background: rgb(235, 106, 72) !important;
  32. }
  33.  
  34. .et_divi_builder #et_builder_outer_content a.icon-button:hover {
  35.     text-decoration: underline !important;
  36. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement