bitcoin-atm

bitcoin atm for pyc inc.

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

idle.less

(527B)


      1 #bitcoin-wrap {
      2 
      3   perspective: 10in;
      4   perspective-origin: 50% 50%;
      5   padding-bottom: @bitcoin-wrap-padding-bottom;
      6 
      7   #bitcoin {
      8     display: block;
      9     background: radial-gradient(circle at @solo-bitcoin-shade @solo-bitcoin-shade1, #000, transparent), url('/img/bitcoin.png') no-repeat;
     10     background-position: center center;
     11     background-size: cover;
     12     border-radius: 50%;
     13     height: @solo-bitcoin-size;
     14     width: @solo-bitcoin-size;
     15   }
     16 }
     17 
     18 #bitcoin {
     19   animation-duration: 1s;
     20   animation-timing-function: linear;
     21 }