bitcoin-atm
bitcoin atm for pyc inc.
git clone https://9o.is/git/bitcoin-atm.git
overrides.less
(607B)
1 * {
2 -moz-touch-callout: none !important;
3 -moz-user-select: none !important;
4 overflow: hidden;
5 cursor: none !important;
6 }
7
8 #wizard-main > .steps > .step {
9 width: @screen-width;
10 height: @screen-height;
11 position: absolute;
12 left:0;
13 right:0;
14
15 * {
16 text-align: center;
17 margin-left: auto;
18 margin-right:auto;
19 width: 100%;
20 }
21 }
22
23 h4, h5, h6 {
24 margin-top: 20px;
25 margin-bottom: 20px;
26 }
27
28 .lead {
29 margin-bottom: 24px;
30 line-height: 1.1;
31 }
32
33 /************************
34 * Initially hide ngCloak
35 ************************/
36 [ng\:cloak], [ng-cloak], .ng-cloak { display: none; }