bitcoin-atm
bitcoin atm for pyc inc.
git clone https://9o.is/git/bitcoin-atm.git
ad.less
(491B)
1 .img-overlay {
2 width: @screen-width !important;
3 height: @screen-height;
4 }
5
6 .overlay-flag {
7 position: fixed;
8 left: -(@screen-width - (@screen-width / 7));
9 top: 50px;
10 width: @screen-width - (@screen-width / 7) !important;
11 height: 200px;
12 padding: 30px;
13 background: rgba(0,0,0, 0.6);
14 color: white;
15 -moz-transition: left 1s linear;
16 transition: left 1s linear;
17
18 h5 {
19 margin: 0 !important;
20 margin-bottom: 15px !important;
21 }
22
23 &.roll-out {
24 left: 0;
25 }
26 }