-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlogos.css
61 lines (49 loc) · 798 Bytes
/
logos.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
.box {
padding: 5px;
}
.gray {
background: #F6F6F6;
/* padding: 5px; */
position: relative;
}
.gray>img {
padding: 15px;
}
.gray>.checkbox {
position: absolute;
left: 5px;
top: 5px;
}
img {
width: 75px;
height: 75px;
}
.qrcode > img {
width: 100px;
height: 100px;
display: inline !important;
}
.qr_code_placeholder > img {
width: 100px;
height: 100px;
display: inline !important;
}
.backup_gray {
width: 75px;
height: 75px;
box-shadow: 0 0 5px rgba(0,0,0,.05), 2px 2px 5px rgba(0,0,0,.1);
border-radius: 4px;
}
.backup_gray > div > img {
width: 50px;
height: 50px;
margin: 12.5px;
}
label {
padding: 15px;
}
.box_gray {
width: 75px;
height: 75px;
padding: 0px !important;
}