-
Notifications
You must be signed in to change notification settings - Fork 9
/
index.css
71 lines (61 loc) · 923 Bytes
/
index.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
body {
}
.topBar {
background: #352b2b;
color: #d6d5a3;
padding: 20px;
text-align: center;
}
.smallinput {
max-width: 270px;
}
.mainContent {
padding: 5%;
padding-left: 10%;
padding-right: 10%;
}
.A4Page {
display: flex;
padding: 4mm;
border: 1px solid blue;
width: 210mm;
background-color: white;
height: 297mm;
flex-direction: column;
align-items: center;
justify-content: center;
}
li {
display: block;
}
li:before {
content: "🌑";
font-family: 'Glyphicons Halflings';
font-size: 9px;
float: left;
margin-top: 7px;
margin-left: -3px;
margin-right: 11px;
}
.qrBoxOuter {
padding: 4mm;
background: white;
border: 1px solid black;
margin-top: 2mm;
margin-bottom: 2mm;
}
#box1 {
width: 76mm;
height: 76mm;
}
.upiLogo {
width: 56%;
}
#box1 img{
width: 100%;
}
.hrline{
width: 90%;
background-color: #433b52;
height: 1mm;
}