-
Notifications
You must be signed in to change notification settings - Fork 0
/
pdf.css
101 lines (87 loc) · 1.81 KB
/
pdf.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
body {
margin: 0;
font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
font-size: .8125rem;
font-weight: 400;
line-height: 1.5385;
color: #333;
text-align: left;
background-color: #eee
}
.mt-50 {
margin-top: 50px
}
.mb-50 {
margin-bottom: 50px
}
.card {
position: relative;
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
min-width: 0;
word-wrap: break-word;
background-color: #fff;
background-clip: border-box;
border: 1px solid rgba(0, 0, 0, .125);
border-radius: .1875rem
}
.card-img-actions {
position: relative
}
.card-body {
-ms-flex: 1 1 auto;
flex: 1 1 auto;
padding: 1.25rem;
text-align: center
}
.card-title {
margin-top: 10px;
font-size: 17px
}
.invoice-color {
color: red !important
}
.card-header {
padding: .9375rem 1.25rem;
margin-bottom: 0;
background-color: rgba(0, 0, 0, .02);
border-bottom: 1px solid rgba(0, 0, 0, .125)
}
a {
text-decoration: none !important
}
.btn-light {
color: #333;
background-color: #fafafa;
border-color: #ddd
}
.header-elements-inline {
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
-ms-flex-pack: justify;
justify-content: space-between;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap
}
@media (min-width: 768px) {
.wmin-md-400 {
min-width: 400px !important
}
}
.btn-primary {
color: #fff;
background-color: #2196f3
}
.btn-labeled>b {
position: absolute;
top: -1px;
background-color: blue;
display: block;
line-height: 1;
padding: .62503rem
}
inpute{border:0px;}