bitcoin-atm
bitcoin atm for pyc inc.
git clone https://9o.is/git/bitcoin-atm.git
text.less
(322B)
1 .heavy {
2 margin: 0;
3 font-weight: 800;
4 }
5
6 .title {
7 h1 {
8 .heavy();
9 line-height: 1.1;
10 }
11
12 margin: 35px 0;
13 }
14
15 .subtitle {
16 h6 {
17 margin: 0;
18 margin-bottom: 10px;
19 }
20 margin: 70px 0;
21 }
22
23 i.fa {
24 .width-auto();
25 }
26
27 .text-inset * {
28 text-shadow: 1px 4px 6px #FFF, 0px 0px 0px #000, 1px 4px 6px #FFF;
29 }