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; |
10
|
30 |
border: 10px solid #fff; |
1
|
31 |
float: left; |
10
|
32 |
margin: 0.5%; |
1
|
33 |
overflow: hidden; |
10
|
34 |
padding-bottom: 32%; |
1
|
35 |
position: relative; |
10
|
36 |
width: 47%; |
1
|
37 |
} |
|
38 |
.mons-button .content{ |
|
39 |
height: 90%; |
|
40 |
padding: 5%; |
|
41 |
position: absolute; |
|
42 |
width: 90%; |
|
43 |
} |
|
44 |
.mons-button .content .table{ |
|
45 |
display: table; |
|
46 |
height: 100%; |
|
47 |
width: 100%; |
|
48 |
} |
|
49 |
.mons-button .content .table .table-cell{ |
|
50 |
display: table-cell; |
|
51 |
text-align: center; |
|
52 |
vertical-align: middle; |
|
53 |
text-shadow: 0px 0px 5px #fff; |
|
54 |
} |
|
55 |
.large-cat{ |
|
56 |
font-size: 300%; |
|
57 |
font-size: 4vw; |
|
58 |
} |
|
59 |
.normal-cat{ |
|
60 |
font-size: 100%; |
|
61 |
font-size: 2vw; |
|
62 |
} |
|
63 |
.send{ |
|
64 |
background-color: #4cae4c; |
|
65 |
} |
|
66 |
.return{ |
|
67 |
background-color: #e6e6e6; |
|
68 |
} |
|
69 |
.send, .return{ |
|
70 |
padding-bottom: 20%; |
|
71 |
} |
|
72 |
|
|
73 |
.row input{ |
|
74 |
font-size: 1.2em; |
|
75 |
} |
9
|
76 |
|
|
77 |
.messages { |
|
78 |
position: fixed; |
|
79 |
top: 0px; |
|
80 |
z-index: 7000; |
1
|
81 |
} |
10
|
82 |
.success-border{ |
|
83 |
border: 10px solid #3c763d; |
|
84 |
} |
1
|
85 |
|
|
86 |
/*.ng-scope{ |
|
87 |
border: red 1px solid; |
|
88 |
}*/ |
|
89 |
|