Advertisement
Katsiree

withdraw

May 6th, 2019
200
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 1.68 KB | None | 0 0
  1. div.g_wallet .g_wallet_name i {
  2.                                 height: 45px;
  3.                                 width: 45px;
  4.                                 border-radius: 50%;
  5.                                 margin-left: 10px;
  6.                                 text-align: center;
  7.                                 font-size: 25px;
  8.                                 border: 1px #000 solid;
  9.                                 padding-top: 10px;
  10.                                 background: linear-gradient(to bottom, #000000, #434343);
  11.                                 color: #fff;
  12.                             }
  13.  
  14.                             div.g_wallet .g_wallet_name {
  15.                                 margin: -10px 0 0 -13px;
  16.                                 height: 60px;
  17.                                 display: block;
  18.                                 position: absolute;
  19.                                 z-index: 1;
  20.                             }
  21.  
  22.                             .g_agen {
  23.                                 font-size: 22px;
  24.                                 font-weight: bold;
  25.                                 clear: both;
  26.                             }
  27.  
  28.                             .g_qty {
  29.                                 margin-top: 2px;
  30.                                 font-size: 18px;
  31.                                 font-weight: bold;
  32.                                 float: right;
  33.                                 clear: both;
  34.                             }
  35.  
  36.                             .g_agenD {
  37.                                 clear: both;
  38.                                 margin: 15px 0;
  39.                                 border-bottom: 1px #f7f0f0 solid;
  40.                             }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement