-
Notifications
You must be signed in to change notification settings - Fork 0
/
styles.css
73 lines (63 loc) · 912 Bytes
/
styles.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
.imgfluid {
max-width: "100%";
height: auto;
}
.logo {
width: auto;
height: 80;
}
.float-right{
width: 60px;
height: 60px;
object-fit: contain;
}
.topbar .container-fluid {
border-bottom: 1px solid;
border-color: #f5f6f7;
padding-top: 32px;
padding-bottom: 32px;
}
.content .container-fluid {
padding: 1rem;
}
.text-margin {
margin-top: 1rem;
margin-bottom: 1rem;
}
.scan-text {
margin-bottom: 1rem;
}
.btn {
border-radius: 40px;
border-color: #353535;
height: 72;
}
.btn-dark {
background: #353535;
border-radius: 40px;
}
.btn-dark img {
width: 32;
height: 32;
}
.btn-light {
border-width: 2;
}
.btn-light p {
color: #353535;
}
h1,
h2 {
color: #414742;
font-weight: bold;
font-family: "Roboto", sans-serif;
}
p {
font-weight: bold;
margin-bottom: 0;
margin-left: 1rem;
font-family: "Roboto", sans-serif;
}
.banner {
margin-bottom: 24;
}