author | ymh <ymh.work@gmail.com> |
Thu, 08 Jan 2015 19:15:59 +0100 | |
changeset 80 | dd414da0f0bb |
parent 55 | client/app/app.css@18e48b4ec917 |
child 107 | 6d41506f9482 |
permissions | -rw-r--r-- |
1 | 1 |
.row{ |
13
435d5c15275a
clean client npm and gulp config, change flask root url, reference static url in template, change config management to follow flask convention
ymh <ymh.work@gmail.com>
parents:
10
diff
changeset
|
2 |
margin-top: 10px; |
1 | 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{ |
|
13
435d5c15275a
clean client npm and gulp config, change flask root url, reference static url in template, change config management to follow flask convention
ymh <ymh.work@gmail.com>
parents:
10
diff
changeset
|
16 |
width: 100%; |
435d5c15275a
clean client npm and gulp config, change flask root url, reference static url in template, change config management to follow flask convention
ymh <ymh.work@gmail.com>
parents:
10
diff
changeset
|
17 |
line-height: 2; |
435d5c15275a
clean client npm and gulp config, change flask root url, reference static url in template, change config management to follow flask convention
ymh <ymh.work@gmail.com>
parents:
10
diff
changeset
|
18 |
font-size: 4vw; |
435d5c15275a
clean client npm and gulp config, change flask root url, reference static url in template, change config management to follow flask convention
ymh <ymh.work@gmail.com>
parents:
10
diff
changeset
|
19 |
background-color: #E6E6E6; |
1 | 20 |
} |
21 |
.row{ |
|
13
435d5c15275a
clean client npm and gulp config, change flask root url, reference static url in template, change config management to follow flask convention
ymh <ymh.work@gmail.com>
parents:
10
diff
changeset
|
22 |
margin-left: 0; |
435d5c15275a
clean client npm and gulp config, change flask root url, reference static url in template, change config management to follow flask convention
ymh <ymh.work@gmail.com>
parents:
10
diff
changeset
|
23 |
margin-right: 0; |
1 | 24 |
} |
25 |
.mons-content{ |
|
26 |
width: 100%; |
|
27 |
} |
|
28 |
.mons-button{ |
|
13
435d5c15275a
clean client npm and gulp config, change flask root url, reference static url in template, change config management to follow flask convention
ymh <ymh.work@gmail.com>
parents:
10
diff
changeset
|
29 |
box-sizing: content-box; |
435d5c15275a
clean client npm and gulp config, change flask root url, reference static url in template, change config management to follow flask convention
ymh <ymh.work@gmail.com>
parents:
10
diff
changeset
|
30 |
background-color: #1e1e1e; |
10 | 31 |
border: 10px solid #fff; |
1 | 32 |
float: left; |
10 | 33 |
margin: 0.5%; |
1 | 34 |
overflow: hidden; |
55 | 35 |
padding-bottom: 20%; |
1 | 36 |
position: relative; |
21 | 37 |
width: 45%; |
1 | 38 |
} |
39 |
.mons-button .content{ |
|
13
435d5c15275a
clean client npm and gulp config, change flask root url, reference static url in template, change config management to follow flask convention
ymh <ymh.work@gmail.com>
parents:
10
diff
changeset
|
40 |
box-sizing: content-box; |
435d5c15275a
clean client npm and gulp config, change flask root url, reference static url in template, change config management to follow flask convention
ymh <ymh.work@gmail.com>
parents:
10
diff
changeset
|
41 |
height: 90%; |
1 | 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; |
|
13
435d5c15275a
clean client npm and gulp config, change flask root url, reference static url in template, change config management to follow flask convention
ymh <ymh.work@gmail.com>
parents:
10
diff
changeset
|
55 |
text-shadow: 0 0 5px #fff; |
1 | 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{ |
|
55 | 72 |
padding-bottom: 15%; |
1 | 73 |
} |
74 |
||
75 |
.row input{ |
|
76 |
font-size: 1.2em; |
|
77 |
} |
|
9 | 78 |
|
79 |
.messages { |
|
13
435d5c15275a
clean client npm and gulp config, change flask root url, reference static url in template, change config management to follow flask convention
ymh <ymh.work@gmail.com>
parents:
10
diff
changeset
|
80 |
position: fixed; |
435d5c15275a
clean client npm and gulp config, change flask root url, reference static url in template, change config management to follow flask convention
ymh <ymh.work@gmail.com>
parents:
10
diff
changeset
|
81 |
top: 0; |
435d5c15275a
clean client npm and gulp config, change flask root url, reference static url in template, change config management to follow flask convention
ymh <ymh.work@gmail.com>
parents:
10
diff
changeset
|
82 |
z-index: 7000; |
1 | 83 |
} |
10 | 84 |
.success-border{ |
13
435d5c15275a
clean client npm and gulp config, change flask root url, reference static url in template, change config management to follow flask convention
ymh <ymh.work@gmail.com>
parents:
10
diff
changeset
|
85 |
border: 10px solid #3c763d; |
10 | 86 |
} |
36 | 87 |
.error-border{ |
88 |
border: 10px solid #cb4442; |
|
89 |
} |
|
1 | 90 |
|
91 |
/*.ng-scope{ |
|
92 |
border: red 1px solid; |
|
93 |
}*/ |