-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyleqr.css
90 lines (76 loc) · 1.42 KB
/
styleqr.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
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
background: #e5e5e5;
font-family: Arial, Helvetica, sans-serif;
align-items: center;
justify-content: center;
height: 90vh;
margin: 10px;
display:grid;
}
.titulo {
color: #485696;
font-weight: 900;
text-transform: uppercase;
}
p {
text-align: center;
}
.container {
padding: 60px 60px;
background: #fff;
display: flex;
align-items: center;
border: 5px solid rgb(22, 4, 141);
box-shadow: 0 0 15px rgba(100, 100, 100, 0.582);
flex-direction:column;
width: 350px;
height: 600px;
}
.input {
padding: 12px 20px;
width: 225px;
margin-bottom: 10px;
border: 2px solid rgb(22, 4, 141);
}
button {
padding: 12px 20px;
margin-bottom: 10px;
border: 0;
background: #485696;
color: #fff;
text-transform: uppercase;
font-weight: 700;
letter-spacing: 2px;
width: 225px;
}
.error{
color: #ff0000;
}
#qr-image {
display: none;
}
img {
margin-bottom: 20px;
border: 3px solid #485696;
padding: 10px;
background-color: #ffffff;
}
footer{
position:end;
margin-top: 5px;
}
.nome {
text-decoration: none;
color: #ff0000;
font-weight: 600;
margin-top: 10px;
}
.card{
color: #000000;
font-weight: 600;
}