bitcoin-atm

bitcoin atm for pyc inc.

git clone https://9o.is/git/bitcoin-atm.git

cashinsert.less

(474B)


      1 
      2 .bitcoin-amnt {
      3   margin-top: 20px !important;
      4   line-height: 1.6;
      5   
      6   i.fa-btc {
      7     margin-right: 8px !important;
      8     margin-bottom: -5px !important;
      9   }
     10 }
     11 
     12 #buy-btn {
     13   width: @buy-btn-width !important;
     14   height: @buy-btn-width !important;
     15   text-align: center;
     16   padding: 25px 0;
     17   font-size: @font-size-h2;
     18   font-weight: 600;
     19   line-height: 1.42;
     20   border-radius: @buy-btn-width / 2;
     21   text-shadow: -1px -1px 0px rgba(255,255,255,0.3), 1px 1px 0px rgba(0,0,0,0.8);
     22 }