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