1
|
1 |
.row{ |
|
2 |
margin-top: 10px; |
|
3 |
} |
|
4 |
footer{ |
|
5 |
background: none; |
|
6 |
color: #000; |
|
7 |
float: left; |
|
8 |
font: inherit; |
|
9 |
position: inherit; |
|
10 |
width: 100%; |
|
11 |
} |
|
12 |
.hand{ |
|
13 |
cursor: pointer; |
|
14 |
} |
|
15 |
.btn-lg{ |
|
16 |
width: 100%; |
|
17 |
line-height: 2; |
|
18 |
font-size: 4vw; |
|
19 |
background-color: #E6E6E6; |
|
20 |
} |
|
21 |
.row{ |
|
22 |
margin-left: 0px; |
|
23 |
margin-right: 0px; |
|
24 |
} |
|
25 |
.mons-content{ |
|
26 |
width: 100%; |
|
27 |
} |
|
28 |
.mons-button{ |
|
29 |
background-color: #1e1e1e; |
|
30 |
float: left; |
|
31 |
margin: 1.66%; |
|
32 |
overflow: hidden; |
|
33 |
padding-bottom: 30%; |
|
34 |
position: relative; |
|
35 |
width: 45%; |
|
36 |
} |
|
37 |
.mons-button .content{ |
|
38 |
height: 90%; |
|
39 |
padding: 5%; |
|
40 |
position: absolute; |
|
41 |
width: 90%; |
|
42 |
} |
|
43 |
.mons-button .content .table{ |
|
44 |
display: table; |
|
45 |
height: 100%; |
|
46 |
width: 100%; |
|
47 |
} |
|
48 |
.mons-button .content .table .table-cell{ |
|
49 |
display: table-cell; |
|
50 |
text-align: center; |
|
51 |
vertical-align: middle; |
|
52 |
text-shadow: 0px 0px 5px #fff; |
|
53 |
} |
|
54 |
.large-cat{ |
|
55 |
font-size: 300%; |
|
56 |
font-size: 4vw; |
|
57 |
} |
|
58 |
.normal-cat{ |
|
59 |
font-size: 100%; |
|
60 |
font-size: 2vw; |
|
61 |
} |
|
62 |
.send{ |
|
63 |
background-color: #4cae4c; |
|
64 |
} |
|
65 |
.return{ |
|
66 |
background-color: #e6e6e6; |
|
67 |
} |
|
68 |
.send, .return{ |
|
69 |
padding-bottom: 20%; |
|
70 |
} |
|
71 |
|
|
72 |
.row input{ |
|
73 |
font-size: 1.2em; |
|
74 |
} |
9
|
75 |
|
|
76 |
.messages { |
|
77 |
position: fixed; |
|
78 |
top: 0px; |
|
79 |
z-index: 7000; |
1
|
80 |
} |
|
81 |
|
|
82 |
/*.ng-scope{ |
|
83 |
border: red 1px solid; |
|
84 |
}*/ |
|
85 |
|